#body {
    background: #00ac08 url('/i/person_registration_background.png') repeat-x;
    color: white;
}

.user_add_form label {
    padding-left: 20px;
    color: white;
}
.user_add_form label.required {
    background: url('/i/mark_light.png') no-repeat left center;
    color: white;
}

.user_add_form .phone_plus_sign {
    color: white;
}

.signup_note {
    color: #b2e07c;
}
