.onShow
{
    background:url("ico_warn.png")/*tpa=http://www.cstat.org.cn/style/validator/ico_warn.png*/ no-repeat 0 -195px; 
    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")/*tpa=http://www.cstat.org.cn/style/validator/ico_warn.png*/ no-repeat 0 -245px; 
    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")/*tpa=http://www.cstat.org.cn/style/validator/ico_warn.png*/ no-repeat 0 -45px; 
    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")/*tpa=http://www.cstat.org.cn/style/validator/ico_warn.png*/ no-repeat 0 7px; 
    padding:3px 0 3px 25px; 
	font-size: 12px;
	line-height:20px; 
	vertical-align:middle;
	color:#555;
}
.onLoad
{
    background:#E9FFEB url("onLoad.gif")/*tpa=http://www.cstat.org.cn/style/validator/onLoad.gif*/ no-repeat 3px 3px;
    padding:3px 0 3px 25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
	color:#555;
} 