#form .status {
  padding-top: 6px;
  padding-left: 8px;
  vertical-align: top;
  width:20px;
  white-space: nowrap;
}



#form label.error {
  background:url("unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 0px;
  font-weight: bold;
  color: #EA5200;
}

#form label.checked {
  background:url("checked.gif") no-repeat 0px 0px;
}

#contact .status, #userszone .status, #profile .status {
  padding-left: 8px;
  vertical-align: top;
  width:12px;
  white-space: nowrap;
}


#contact label.error, #userszone label.error, #profile label.error {
  background:url("unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 0px;
  font-weight: bold;
  color: #EA5200;
}

#contact label.checked, #userszone label.checked, #profile label.checked {
  background:url("checked.gif") no-repeat 0px 0px;
}
