#register-form {
    border:1px solid #eeeeee;
    padding: 5px;
    clear:both;
}

#register-form .formError { color: red; }
#register-form label {
    display: block; 
    font-weight: bold;
    width: auto;
    float: none;
    color: #000;
}
#register-form label.optional {
    font-weight: normal;
}
#register-form label.inline-label { display: inline; }

#register-form label.inline {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

#register-form .fieldWithErrors { display: inline; }
#register-form .fieldWithErrors input, 
#register-form .fieldWithErrors select {
    background-color: #ffdfdf;
}
#register-form .require {
    color: #900;
    font-weight: bold;
    padding-right: 0.2em;
}

#register-form input.submit {
    display: block;
    margin-top: 0.8em;
}

#register-form .inline-fields {
    width: 100%;
    overflow: hidden;
    margin-top: 0.8em;
}
#register-form .inline-fields p {
    clear: both;
}
#register-form .inline-fields label {
    margin-top: 0;
}
#register-form .inline-fields .inline-label {
    margin-top: 0;
    float: left;
    margin-right: 1em;
}
#register-form .inline-fields input {
    float: left;
}

#register-form label.error {
    color: #900;
    margin-top: 0;
    font-weight: normal;
}
#register-form input.error {
    background-color: #FFDFDF;
}

#register-form .hide{
  display: none;
}
