.onShow
{
    background:url(../images/images/onShow.jpg) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; color:#666666;
	
}
.onFocus
{
    background:#E9F0FF url(../images/images/onFocus.jpg) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; color:#006600;
	
}
.onError
{
    background:#FFF2E9 url(../images/images/onError.jpg) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; color:#990000;
	
}
.onCorrect
{
    background:#E9FFEB url(../images/images/onCorrect.jpg) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px;  color:#333333;
	
}
.onLoad
{
    background:#E9FFEB url(../images/images/onLoad.jpg) no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; color:#000066;
	
} 
