/* --- FieldList ------------------------------------------------------------ */

.FieldList fieldset {
    margin-top: 20px;
}

.FieldList p {
    clear: left;
    margin-top: 10px;
    padding: 0;
}

.FieldList p label {
    float: left;
    display: block;
    width: 170px;  
    font-weight: bold;
    margin-right: 10px;
}

.FieldList p label span.Optional {
    font-weight: normal;
    color: #999;
}

.FieldList p select {
    width: 354px;
}

.FieldList p input.text {
    width: 350px;
}

.FieldList p textarea {
    width: 350px;
    height: 100px;
}

.FieldList p input.submit {
    margin-left: 180px;
}

.FieldList span.Required {
    color: red;
}

.FieldList input.validation-failed {
    border: 1px solid red;
}

.FieldList .validation-advice {
    display: block;
    color: red;
    padding-bottom: 10px;
}

.FieldList .Instructions {
    width: 536px;
    margin: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 9px 0;
}

.FieldList .Instructions p {
    margin: 0;
}