#form1 label.error {
  background:url("images/unchecked.png") no-repeat 5px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  font-family:verdana;
  font-size:10px;
}

#form1 label.checked {
  background:url("images/yes.png") no-repeat 5px 0px;
}

