.onShow,.onFocus,.onError,.onCorrect,.onLoad{
	padding-left:25px;
	font-size: 12px;
	line-height:22px;
	vertical-align:middle;
	padding-top: 2px;
}
.onShow
{
	color: #250FEC;
	background-image: url(images/p1.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.onFocus
{
	background:url(images/onFocus.gif);
	background-repeat: no-repeat;
	background-position: left -4px;
	color: #0000FF;
}
.onError
{
	background:url(images/onError.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: left -4px;
	color: #FF0000;
}
.onCorrect
{
	background:url(images/onCorrect.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: left -4px;
	color: #29A716;
}
.onLoad
{
	background:url(images/onLoad.gif) no-repeat 3px 0px;
	color: #FF17E2;
} 
