﻿.onShow
{
    background:url(/Images/jQuery/reg1.gif) no-repeat 0px -4px; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus
{
    background: url(/Images/jQuery/reg2.gif) no-repeat 0px -4px; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	color:#00339A;
}
.onError
{
    background:url(/Images/jQuery/reg3.gif) no-repeat 0px -4px; 
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	color:#FF0000;
}
.onSuccess
{
    background:url(/Images/jQuery/reg4.gif) no-repeat 0px -4px; 
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	color:#5A8F00;
}
.onLoad
{
    background:url(/Images/jQuery/loading.gif) no-repeat  3px 3px; 
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 
.Loading
{
    background:url(/Images/jQuery/loadingNew.gif) no-repeat  0px 0px; 
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 
