.onShow
{
    background:url(../images/onShow.gif) no-repeat;
    background-position:0 2px;
    color:#666;
    padding-right:10px;
    padding-left:25px;
	font-size: 12px;
	line-height:25px;
	vertical-align:middle;
}
.onFocus
{
    background: url(../images/onFocus.gif) no-repeat;
    background-position:0 2px;
    color:#666;
    padding-right:10px;
    padding-left:25px;
	font-size: 12px;
	line-height:25px;
	vertical-align:middle;
}
.onError
{
    background: url(../images/onError.gif) no-repeat;
    background-position:0 2px;
    padding-right:10px;
    color:#CC0000;
    padding-left:25px;
	font-size: 12px;
	line-height:25px;
	vertical-align:middle;
}
.onCorrect
{
    background: url(../images/onCorrect.gif) no-repeat;
    background-position:0 2px;
    padding-right:10px;
    padding-left:25px;
    color:#666;
	font-size: 12px;
	line-height:25px;
	vertical-align:middle;
}
.onLoad
{
    background:#E9FFEB url(../images/onLoad.gif) no-repeat 3px 3px;
    background-position:0 2px;
    padding-right:10px;
    padding-left:30px;
	font-size: 12px;
	line-height:25px;
	vertical-align:middle;
} 
