.onShow
{
    background:url(../images/onShow.gif) no-repeat 1px; 
    padding:1px 0 1px 25px;
	font-size: 12px;
	line-height:24px;
}
.onFocus
{
    background:url(../images/onFocus.gif) no-repeat 1px;
    padding:1px 0 1px 25px;
	font-size: 12px;
	line-height:24px;
}
.onError
{
    background:url(../images/onError.gif) no-repeat 1px;
    padding:1px 0 1px 25px;
	font-size: 12px;
	line-height:24px;
	color: red;
}
.onCorrect
{
    background:url(../images/onCorrect.gif) no-repeat 1px;
    padding:1px 0 1px 25px;
	font-size: 12px;
	line-height:24px;
}
.onLoad
{
    background:url(../images/onLoad.gif) no-repeat 1px;
    padding:1px 0 1px 25px;
	font-size: 12px;
	line-height:24px;
} 