.contact_header {  
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000; 
    background-color: #FFFFFF; 
    text-align: left; 
    vertical-align: middle;
}

.contact_text { 
    font-family: Arial, Tahoma, Verdana; 
    font-size: 12px; 
    font-weight: normal; 
    color: #000000; 
    background-color: #FFFFFF; 
    text-align: left; 
    vertical-align: top;
}

.contact {  
    font-family: Arial, Tahoma, Verdana; 
    font-size: 14px; 
    color: #db0000;
}

span.required {
    color: #db0000;
}

table.mailform {
    border: 1px solid #eae9e6;
}

table.mailform th {
    background-color: #db0000;
    color: white;
}

table.mailform td {
    background-color: #EAE9E6;
    white-space: nowrap;
}

table.mailform input.wide {
    width: 100%;
}
