.onShow{
    background:url(../../img/icons/onShow.gif) left center no-repeat;
   	float:left;
	padding-left:25px;	
	line-height:40px; 
	font-size: 12px;
	text-align: left;
}
.onFocus{
    background:url(../../img/icons/onFocus.gif) left center no-repeat; 
    float:left;
	padding-left:25px;	
	line-height:40px; 
	font-size: 12px;
	text-align: left;
}
.onError{
    background:url(../../img/icons/onError.gif) left center no-repeat; 
    float:left;
	padding-left:25px;	
	line-height:40px; 
	font-size: 12px;
	text-align: left;
	color:red;
}
.onCorrect{
    background:url(../../img/icons/onCorrect.gif) left center no-repeat; 
    float:left;
	padding-left:25px;	
	line-height:40px; 
	font-size: 12px;
	text-align: left;
	color:#093;
}
.onLoad{
    background:url(../../img/icons/onLoad.gif) left center no-repeat; 
    float:left;
	padding-left:25px;	
	line-height:40px; 
	font-size: 12px;
	text-align: left;
}
