.validateform label.error {
	background:transparent url(../../img/unchecked.gif) no-repeat scroll 0px;
	color:#EA5200;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
}

.validateform label.checked {
  background:url("../../img/checked.gif") no-repeat 0px 0px;
}
