.contact_form span.required,
.required_notice span.required {
    font-weight: normal;
    color: #e42217; 
}
.contact_form table {
    width: 100%;
}
.contact_form table,
.contact_form th, 
.contact_form td {
    font-size: 100%;
    text-align: left;
    border: none;
    background: none;
    margin: 0;
}
.contact_form th.label {
    vertical-align: top;
}
.contact_form td.field {
    text-align: right;
    padding-right: 18px;
}
.contact_form td.submit {
    padding: 0 5px;
}
.contact_form textarea {
    width: 100%;
}