.onShow{
	background:url(/content/images/onShow.gif) no-repeat; 
	background-position:left 1px; 
	padding-left:25px; 
	position:relative;
	top:1px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus{
	background:#E9F0FF url(/content/images/onFocus.gif) no-repeat; 
	background-position:left 1px; 
	padding-left:25px; 
	position:relative;
	top:1px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onError
{
	background:#FFF2E9 url(/content/images/onError.gif) no-repeat; 
	background-position:left 1px; 
	padding-left:25px; 
	position:relative;
	top:1px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onCorrect
{
	background:#E9FFEB url(/content/images/onSuccess.gif) no-repeat; 
	background-position:left 1px; 
	padding-left:25px; 
	position:relative;
	top:-2px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onLoad
{
    background:#E9FFEB url(/content/images/onLoad.gif) no-repeat 3px 3px;
    background-position:left 1px; 
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 