div.applyform-field, fieldset {
    margin-top:10px;
    margin-bottom:10px;
}

fieldset {
    width:504px;
}

label {
    display:block;
    float:left;
    width:100px;
}

input.field, textarea.field {
    background-color:#4D5554;
    border:1px solid #777D7C;
    color:#A1C2C2;
    width:260px;
    font-size:0.9em;
}

.required {
    font-weight:bold;
}
