.onShow
{
    background:url(onShow.gif) no-repeat; 
    background-position:left center;
    padding-left:25px; 
   
    display:inline-block; float:left; padding:2px 10px 2px 25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus
{
    background:#E9F0FF url(onFocus.gif) no-repeat; 
     background-position:left center;
    padding-left:25px; 
   
    display:inline-block; float:left; padding:2px 10px 2px 25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onError
{
    background:#FFF2E9 url(onError.gif) no-repeat;
     background-position:left center;
    padding-left:25px;
   
    display:inline-block; float:left; padding:2px 10px 2px 25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onCorrect
{
    background:#E9FFEB url(onCorrect.gif) no-repeat;
     background-position:left center;
    padding-left:25px;
   
    display:inline-block; float:left; padding:2px 10px 2px 25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onLoad
{
    background:#E9FFEB url(onLoad.gif) no-repeat 3px 3px;
     background-position:left center;
    padding-left:25px;
   
    display:inline-block; float:left; padding:2px 10px 2px 25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 


/*.vt27{display:block; float:left; height:27px; line-height:27px; background-position:1px center; padding-right:10px; margin-left:5px;}*/