.contact_fieldSet {
    padding: 10px;
    width: 400px;
    margin-top: 10px;
}

.contact_legend {
    font-weight: bold;
    font-family: "trebuchet ms", sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    background-color: #C4EAFF;
}

.contact_submit,
.contact_submit {
    border: 1px solid #01A7FD;
    background-color: #01273B;
    text-align: center;
    text-decoration: none;
    color: #FF0078;
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact_submit:hover {
    background-color: #01A7FD;
    color: #000000;
    border: 1px solid #000000;
}

.valDiv * {
    color: #00ADEF;
}