input.error { border: 1px solid red; }
label.error {
  background:url("../../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}
label.checked {
  background:url("../../images/checked.gif") no-repeat 0px 0px;
}
span.error {
	text-align: center;
	background:url("../../images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #EA5200;
}