div#form-body {
    float: left;
    width: 800px;
    min-height: 250px;
    height: auto;
    margin-left: 60px;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
    display: block;
    clear: both;
}

.form-fieldset {
    float: left;
    display: block;
    clear: both;
    width: 790px;
    min-height: 35px;
    height: auto;
}

.form-buttons {
    margin-top: 9px;
    width: 100%;
}

.form-buttons input {
    float: right;

}

.form-fieldset label {
    display: inline-block;
    float: left;
    /*width: 120px;*/
    color: #a3a3a3;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 20px;
    /*text-align: right;*/
}

.form-fieldset span.subscript {
    font-size: 6pt;
    display: inline;
    /*margin: 0;*/
    padding: 0;
    width: auto;
    color: #f58400;
}

.hint {
    width: 400px;
    color: #a3a3a3;
    font-size: 8pt;
    display: inline-block;
    margin-left: 5px;

}

.register-heading {
    color: white;
    font-weight: bold;
    font-size: 10pt;
}

input[type=text],
input[type=password] {
    float: left;
    background-color: #414141;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 8pt;
    width: 350px;
    padding: 3px;
    clear: both;
    margin: 5px 0 5px 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 7pt;
    font-weight: lighter;
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 7pt;
    font-weight: lighter;
    text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 7pt;
    font-weight: lighter;
    text-transform: none;
}

input[type=text]#unit-code {
    text-transform: uppercase;
}

select {
    width: 155px;
    border: 1px solid #000000;
}

label.error {
    float: left;
    color: #ff0000;
    width: 400px;
    margin-top: 10px;
    font-size: 8pt;
}

label#registration-complete-msg {
    display: block;
    color: #ffffff;
}

label#registration-complete-msg a,
label#registration-complete-msg a:visited {
    color: #f58400;
}

label#registration-complete-msg a:hover {
    color: #ffaf0f;
}