/*label.error {
	color: #ef4287;
	font-weight: normal;
	background: transparent url(../images/validate/unchecked.gif) no-repeat scroll 0 0;
	padding-left: 18px;
	position: absolute;
}

label.checked {
	background: transparent url(../images/validate/checked.gif) no-repeat scroll 0 0;
}*/

 input.error { border: 1px solid red; }
label.error {
  background:url(../images/validate/unchecked.gif) no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  color: #EA5200;
}
label.checked {
  background:url("./demo/images/checked.gif") no-repeat 0px 0px;
}