label.error { color: #a10052;  
/*display: block; */
font-family:"Comic Sans MS", cursive;
font-size:15px;
font-weight:none; 
font-style:italic; }

label.error {
  background: url("../img/validate/Error.png") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: none;
  color: #EA5200;
}

label.checked {
  background: url("../img/validate/Accept.png") no-repeat 0px 0px;
}