.Form 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: Blue;
	background-color:White;
	white-space: nowrap;	
	visibility: visible;
}

.Form .Title
{	
	font-size: 10px;	
	color:Blue;	
	font-weight:bold;  	
}

.Form .Label
{
	font-size: 10px;	
	color : Blue;	
}

.Form .Label_Bold
{	
	font-size: 12px;	
	color:Blue;	
	font-weight:bold;  	
}

.Form .Label_Hidden
{
	font-size: 10px;	
	color : Blue;
	visibility:hidden;
}

.Form .TextBox
{
	font-size: 10px;	
	color:Blue;	
	border-style:outset;  
	border-width: 1px; 	
	background-color:White;   	
}

.Form .TextBox_Hidden
{
	font-size: 10px;	
	color:Blue;	
	border-style:outset;  
	border-width: 1px; 	
	background-color:White;   
	visibility: hidden;	
}

.Form .TextBox_Err
{
	font-size: 10px;	
	color: Yellow;	
	border-style:outset;  
	border-width: 1px; 	
	background-color: OrangeRed;   	
}

.Form .ValueBox
{
	font-size: 10px;	
	color:Blue;	
	border-style:outset;  
	border-width: 1px; 	
	background-color:White;   	
	text-align:right;  
}

.Form .ValueBox_Hidden
{
	font-size: 10px;	
	color:Blue;	
	border-style:outset;  
	border-width: 1px; 	
	background-color:White;   
	visibility: hidden;
	text-align:right;  	
}

.Form .ValueBox_Err
{
	font-size: 10px;	
	color:Black;	
	border-style:outset;  
	border-width: 1px; 	
	background-color: OrangeRed;   	
}

.Form .DDL
{
	font-size: 10px;	
	color:Blue;
	background-color:White;   
}

.Form .Button
{
	font-size: 10px;	
	color: Yellow;
	background-color : Blue ;   
	width : 80px;	
}

.Form .ImageButton
{
	background-color: Blue;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 80px;
	height: 22px;
	border-style: none;
	border-color: Blue;
	border-width: 0pt;
}

.Form .Button_Disable
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 80px;
	height: 22px;
	background-color : #eeeeee;
	cursor: default;
}

.Form .TextBoxCenter
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Blue;
	border-style:outset;
	border-width: 1px;
	background-color:White;
	text-align: center;
}

.Form .TextBoxCenter_Err
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Yellow;
	border-style:outset;
	border-width: 1px;
	background-color:White;
	text-align: center;
	background-color: OrangeRed;
}

.Form .CheckBox
{
	font-size: 10px;	
	color: Blue;	
	background-color: White;   
}

.Form .CheckBox_Err
{
	font-size: 10px;	
	color: Yellow;	
	background-color: OrangeRed;   	
}

.Form .PageTitle
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #EEEEEE;
	background-color: Transparent;
	border-style: none;
	z-index: 999;
	top: 4px;
	left: 15px;
	position: absolute;
}

