﻿.ContactDetails {
    float: right;
    clear: right;
    width: 239px;   
    color: #071039;
    font-size: 11px;
    margin: 15px 10px 15px 0;
    padding: 0 25px 15px 20px; 
    border-left: solid 1px #CCCCCC;
}
/* ============= contact form fields ============= */
label.QuestionField {
    float: left;
    width: 70px;
    display: block;
    padding-right: 10px;
}
input.QuestionField {
    width: 240px;
}
.CustomerType {
    line-height: 20px;
}
.CustomerType label {
    padding-left: 5px;
}
.QuestionSubject {
    line-height: 20px;
}
.QuestionSubject td {
    padding-right: 30px;
}
.QuestionSubject label {
    padding-left: 5px;
}