html { background: none; }

body, bd { background: none; }

a:hover { color: #fff; }

a { color: #8fb259; }

#first_name, #last_name { width: 10.8em; }

#address1, #address2, #email, #password, #confirm_password, #phone1, #phone2, #parent_email {
    width: 20.6em;
    *width: 20em;
}

#city {width: 9.7em; }

#state, #statescontainer, #zip { width: 5.5em; }

#license_agreement_field {
    background: #cce691;
    border: 1px solid #808080;
    height: 10em;
    margin: 0 5em;
    overflow: auto;
    padding: .5em;
}

.form_label, .form_field label { color: #fff; }

#submitstatus { color: #fff; }

.form_status { color: #aaa; }
