
#userForm {
    background: rgb(234, 247, 253) none repeat scroll 0 0;
    padding: 20px;
}
#password {
    height: auto;
    margin-top: 5px;
    width: 40px !important;
}
#userForm h2 {
    color: #969696;
    font-size: 22pt;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
}
#userForm input[type="submit"] {
    background: #8fc637 none repeat scroll 0 0;
    font-size: 16px !important;
    margin-top: 5px;
    padding: 10px;
    width: 80px;
}
#userForm .rsform-block-passphrase {
    margin-top: 10px;
}
#userForm .rsform-block-passphrase .formControls {
    float: left;
    width: 13%;
}
#userForm .rsform-block-passphrase .formControlLabel {
    float: left;
    line-height: 25px;
    width: 21%;
}
#userForm input[type="text"] {
    height: 40px;
}
.formValidation {
    display: none !important;
}
#userForm input, #userForm select, #userForm textarea {
    width: 100%;
}
.rsform-block-password .formControlLabel {
    display: inline-block;
    float: left !important;
    width: auto !important;
}
#userForm .rsform-block {
    margin-bottom: 0;
}
