.FormLabelStyle
{
	text-align:left;
	font-size:10pt;
	font-family: arial;
	color: #660000;
}
.textboxLong {
	font-size: 12px;
	color: #000000; 
	height: 16px;
	width: 180px;
	border: 1px solid;
	border-color:#AAAAAA #AAAAAA #AAAAAA #AAAAAA;
}
.textboxLongFocus {
	font-size: 12px;
	font-family: arial;
	color: #000000; 
	height: 16px;
	width: 180px;
	border: 1px solid;
	border-color:#FAD157;
}
/*Start : Screen error messages style*/
.warnMsgClass{
	font-size:10pt;
	font-family: arial;
	color: #a65300;
}
.errorMsgClass{
	font-size:12pt;
	font-family: arial;
	color:red;
}
.infoMsgClass{
	font-size:12pt;
	font-family: arial;
	color:green;
}
.fatalMsgClass{
	font-size:12pt;
	font-family: arial;
	color:red;
}
.groovySpcialButton {
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    background-color: #DDD;
    border:1px solid;
    border-color:#777 #777 #777 #777;
    color:#222;
    margin:0px 3px;
}
.readOnly{
	background-color:#F0F0F0; 
}