.onError
{
    background: url(../img/error.png) no-repeat;
    padding-left:25px;
	font-size: 12px;
	color:#ff6c00;
	line-height:22px; 
	vertical-align:middle;
}
.onCorrect
{
    background: url(../img/ok.png) no-repeat left center;
    padding-left:25px;
	font-size: 12px;
	color:#3d882d;
	line-height:18px;
	vertical-align:middle;
	position: absolute;
	left: 140px;
	top: 12px;
}
