#loginform label.error {

  background:url(../images/validation/unchecked.gif) no-repeat 0px 0px;

  padding-left: 25px;

  padding-bottom: 2px;

  font-weight: bold;

  color: #EA5200;

}



#loginform label.checked {

  background:url(../images/validation/checked.gif) no-repeat 0px 0px;

}



#loginform .success_msg {

  font-weight: bold;

  color: #0060BF;

  margin-left: 19px;

}

