/*
 * Register Styles
 */

#register-form {
  /*margin-top: 1.5em;*/
  background: #ccc;
  width: 398px;
  padding: 15px;
}
#register-form p.fields {
  margin: 0;
}
#register-form p.fields br {
  clear: both;
}
#register-form label {
  float: left;
  font-weight: bold;
  width: 90px;
  text-align: right;
  margin: 3px 8px 0 0;
}
#register-form label.checkboxes {
  float: left;
  font-weight: bold;
  width: 200px;
  text-align: left;
  margin: 3px 8px 0 0;
}
#register-form input.text,
#register-form textarea {
  float: left;
  padding: 2px;
  font-size: 1em;
  margin-bottom: 12px;
  width: 250px;
}
#register-form textarea {
  width: 250px;
  height: 100px;
  margin-bottom: 12px;
}
#register-form input.submit {
  margin-left: 108px;
  width: 175px;
}
#register-form .boxes {
  width: 1.5em;
}

#register-form div.wide {
  overflow: hidden;
}

#register-form div.wide label {
  display: block;
  float: none !important;
  margin: 0;
  padding: 0px 0px 10px 0px;
  text-align: left;
  width: 100% !important;
}
#register-form div.wide select {
  margin: 0px 0px 10px 100px;
}
#register-form #submit-button {
}