
#frmRegister .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#frmRegister .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#frmRegister .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  white-space: nowrap;
}

#frmRegister .textfield {
  width: 150px;
}

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

#frmRegister label.checked {
  background:url("http://gileya.org/admin/jquery/checked.gif") no-repeat 0px 0px;
}

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

