/* DEFAULT STYLES */
.dropdownlist
{	
    font-family:tahoma,verdana,arial;
    font-weight:normal;	
	border:solid 1px #c3c4c4;
	text-decoration:none;
	height:14pt;
	font-size:8pt;		
	width:150px;
}    
.inputNorm 
{
	color:#666666; font-size:8pt;font-weight:normal;
	width:150px;
	border:solid #c3c4c4 1px; 
}
.inputButton 
{
	background:#cccc99; color:#333300; font-family:tahoma,verdana,arial; font-size:8pt; font-weight:normal; 
	border:solid #333300 1px; text-decoration:none;
}
.watermarked {
	height:14px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #c3c4c4;
	background-color:#b6b59f;
	color:gray;
}	
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:tahoma,verdana,arial;height:10pt; font-size:8pt; font-weight:normal;
     padding: 3px 3px 3px 3px;   
}
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
/* END INPUT STYLES */

