.onShow
{
    background:url(ico_warn.png) no-repeat 0 -200px; 
    padding:3px 0 3px 20px; 
	font-size: 12px;
	line-height:20px; 
	vertical-align:middle;
	color:#555;
}
.onFocus
{
    /*background:#E9F0FF url(onFocus.gif) no-repeat; */
	background:url(ico_warn.png) no-repeat 0 -250px; 
    padding:3px 0 3px 20px;  
	font-size: 12px;
	line-height:20px; 
	vertical-align:middle;
	color:#555;
}
.onError
{
     /*background:#FFF2E9 url(onError.gif) no-repeat;*/
	background:url(ico_warn.png) no-repeat 0 -50px; 
    padding:3px 0 3px 20px; 
	font-size: 12px;
	line-height:20px; 
	vertical-align:middle;
	color:#ff7200;
}
.onCorrect
{
     /*background:#E9FFEB url(onCorrect.gif) no-repeat;*/
	background:url(ico_warn.png) no-repeat 0 3px; 
    padding:3px 0 3px 25px; 
	font-size: 12px;
	line-height:20px; 
	vertical-align:middle;
	color:#555;
}
.onLoad
{
    background:#E9FFEB url(onLoad.gif) no-repeat 3px 3px;
    padding:3px 0 3px 25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	color:#555;
} 