#signupform label.error {
  background:url("../images/unchecked.gif") no-repeat 5px 0px;
  padding-left: 20px;
  padding-bottom: 4px;
  color: #DA0F00;
}

#signupform label.checked {
  background:url("../images/checked.gif") no-repeat 5px 0px;
}

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#form2 label.error {
  background:url("../images/unchecked.gif") no-repeat 5px 0px;
  padding-left: 20px;
  padding-bottom: 4px;
  color: #DA0F00;
}

#form2 label.checked {
  background:url("../images/checked.gif") no-repeat 5px 0px;
}

#form2 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
#signupform2 label.error {
  background:url("../images/unchecked.gif") no-repeat 5px 0px;
  padding-left: 20px;
  padding-bottom: 4px;
  color: #DA0F00;
}

#signupform2 label.checked {
  background:url("../images/checked.gif") no-repeat 5px 0px;
}

#signupform2 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#form22 label.error {
  background:url("../images/unchecked.gif") no-repeat 5px 0px;
  padding-left: 20px;
  padding-bottom: 4px;
  color: #DA0F00;
}

#form22 label.checked {
  background:url("../images/checked.gif") no-repeat 5px 0px;
}

#form22 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
#signupform3 label.error {
  background:url("../images/unchecked.gif") no-repeat 5px 0px;
  padding-left: 20px;
  color: #DA0F00;
}

#signupform3 label.checked {
  background:url("../images/checked.gif") no-repeat 5px 0px;
}

#signupform3 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 50px;
}