#signupform .label {
  text-align: right;
  width: 75px;
  white-space: nowrap;
}
#signupform .input_size {
  width: 182px;
}

#signupform .field {
	text-align: left;
	width: 190px;
  white-space: nowrap;
}

#signupform .status {
  padding-left: 5px;
  white-space: nowrap;
}

#signupform label.error {
  background:url("./unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

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

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
