label.error {
  background:url("unchecked.gif") no-repeat 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

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

