﻿.PurchaseForm_title
{
	color:#2C97D9;font-weight:bold;
}
.PurchaseForm_Cell1
{
	text-align:right;width:100px;
	vertical-align:top;
	height:27px;	
}
.PurchaseForm_Cell2
{
	text-align:right;width:250px;
}
.PurchaseForm_Cell3
{
	text-align:right;width:30px;
}
.PurchaseForm_Manadatory
{
	width:14px;
	font-size:12px;
	color:Red;
}
/*--------------------------------------*/
/*	Flyout tooltip				*/
/*--------------------------------------*/
.FlyWrapper
{
	width:300px;height:100px;
}
.FlyImageBG_left
{
	position:absolute;top:0px;left:0px;width:300px;height:100px;
	background-image:url(flyout/tooltipbox_left.png);background-repeat:no-repeat;
	font-size:12px;color:White;
	text-align:right;
	padding-top:10px;
}
.FlyImageBG_leftInner
{
	padding-right:28px;padding-top:17px;width:220px;
}
.FlyImageBG_right
{
	position:absolute;top:0px;left:0px;width:300px;height:100px;
	background-image:url(flyout/tooltipbox_right.png);background-repeat:no-repeat;
	font-size:12px;color:White;
}
.FlyImageBG_rightInner
{
	padding-right:15px;padding-top:17px;
}



.ValidationMessage
{
	font-size:12px;
	color:Red;
	font-weight:bold;
}
.InputPurchaseField
{
	font-size:13px;
	color:#555353;
	margin:0px;
	padding:0px;
}