form ul {
  margin: 0;
  /*width: 460px;*/
}

form li {
  list-style: none;
  margin-bottom: 1em;
  /* Needed to allow floats to clear properly */
  /*overflow: auto;*/
  clear: both;
  /* We can't float this or it doesn't hide properly */
  /*float: left;*/
  /*width: 100%;*/
  padding: 5px 5px 0 0;
  /*background-color: #f9f9f9;*/
}

form label {
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  /*width: 440px;*/
}

form input.textfield,
form input.liveupdatetextfield,
form input.passwordfield, 
form textarea, 
form select, 
form input.filefield {
  /*width: 290px;*/
  margin: 2px 0 0 0;
  padding: 4px;
  border: 1px solid #cecece;
  color: #444444;
  float: left;
}

form textarea.half {
  width: 600px;
  overflow: visible;
}

form input.submitbutton {
  color: #333333;
  padding: 5px 10px 5px 10px;
  border: 1px solid #777777;
}

form input.error {
  background: #f8dbdb;
  border-color: #e77776;
}

form span.fieldhelp {
  display: block;
  float: right;
  width: 925px;
  margin-right: 1em;
  font-size: 90%;
  font-style: italic;
}

.yui-g form span.fieldhelp {
  width: 445px;
}

form label.error, form span.fielderror {
  float: right;
  color: #e46c6e;
  color: red;
  width: 245px;
}

form input.checkbox {
  /*float: left;*/
  padding: 0;
  margin: 0 0 0 -2px;
}

#user_signup_stage1_form_terms_container {
  padding-top: 1em;
}
#user_signup_stage1_form_terms_container .fielderror,
#user_signup_stage1_form_recaptcha_response_field_container .fielderror {
  float: left;
  width: auto;
}
#user_signup_stage1_form_terms_label {
  float: left;
  margin-right: 0.5em;
}
#user_signup_stage1_form_recaptcha_response_field_label {
  color: #444444;
  font-weight: normal;
  font-size: 90%;
  width: 90%;
}
