.onShow
{
    background:url(/images/Info.png) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus
{
    background:url(/images/ic-error.gif) no-repeat; 
    padding-left:25px; 
    color:Red;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onError
{
    background:url(/images/ic-error.gif) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	color:Red;
	vertical-align:middle;
}
.onCorrect
{
    background:url(/images/ic-ok.gif) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	color:green;
	vertical-align:middle;
}
.onLoad
{
    background:url(/images/onLoad.gif) no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.input{background-color: #F1F1F1;border: #CCCCCC groove 1px;width: 150px;color: #666666;}
.input_text{background-color: #082b3d;border: #082b3d groove 1px;width: 150px;color: #fff;}
.select{ background-color:#082b3d;border:  #082b3d groove 1px; width:60px;width: 60px\9; color: #fff; height: 18px; overflow:hidden; position: relative;}
.input_text1{background-color: #082b3d;border: #082b3d groove 1px;width: 50px;color: #fff;height: 22px;top:-2px;left:-2px;position: relative; }
.input_select{background-color: #082b3d;border: #082b3d groove 1px;width: 95px;color: #fff;height: 22px;top:-2px;left:-2px;position: relative;}
