.ct_clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ct_clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .ct_clearfix { height: 1%; }
.ct_clearfix { display: block; }
/* End hide from IE-mac */

#contact_overlay {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.contact_clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}
a.contact_button {
    display: block;
    float: left;
    background: url(../img/contact_button.gif) no-repeat;
    padding: 0 35px 0 10px;
    margin-right: 40px;
    text-align: center;
    width: 165px;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
}

.contact_dropdown_header a.contact_button {
    margin: 15px;
}

.contact_dropdown {
    clear: both;
    width: 242px;
    z-index: 999;
}

.contact_dropdown_large {
    clear: both;
    width: 466px;
}

.contact_dropdown_header {
    display: block;
    background: url(../img/contact_dropdown_header.png) no-repeat;
    width: 242px;
    height: 63px;
}

.contact_dropdown_content {
    border-left: 3px solid #DBDBDB;
    border-right: 3px solid #DBDBDB;
    background: #FDFDFD;
}

.contact_field {
    margin-bottom: 6px;
    clear: both;
}

.contact_field input.contact_input {
    display: block;
    background: url(../img/contact_field.gif) no-repeat;
    width: 203px;
    height: 27px;
    border: 0;
    margin: 0 auto;
    padding: 0 4px;
    color: #666666;
}

.contact_field textarea.contact_textarea {
    display: block;
    background: url(../img/contact_textarea.gif) no-repeat;
    width: 203px;
    height: 53px;
    font-size: 12px;
    border: 0;
    margin: 0 auto;
    padding: 4px 4px;
    color: #666666;
}

.contact_field input.contact_submit {
    float: left;
    margin: 0 13px;
    display: block;
    background: url(../img/contact_submit.gif) no-repeat;
    width: 83px;
    height: 26px;
    border: 0;
}

.contact_dropdown_col_2 input.contact_submit {
    float: right;
}

.contact_field input.contact_checkbox {
    float: left;
    margin: 2px 4px 0 0;
}

.contact_field label {
    width: 112px;
    float: left;
    display: block;
    color: #666666;
}

.contact_field label.full_width {
    width: 95%;
}

.contact_field label.contact_main_label {
    width: 95%;
    padding-bottom: 4px;
}

.contact_dropdown_bottom {
    display: block;
    background: url(../img/contact_dropdown_bottom.png) no-repeat top;
    width: 242px;
    height: 13px;
    font-size: 1px;
}

.contact_dropdown_content_top {
    display: block;
    background: url(../img/contact_dropdown_content_top.png) no-repeat top;
    width: 466px;
    height: 14px;
}

.contact_dropdown_content_bottom {
    display: block;
    background: url(../img/contact_dropdown_content_bottom.png) no-repeat top;
    width: 466px;
    height: 14px;
}

.contact_dropdown_col_1 {
    width: 236px;
    float: left;
}

.contact_dropdown_col_2 {
    width: 224px;
    float: left;
}

.ct_hidden {
    display: none;
}

.ct_message {
    background: url(../img/contact_bg.png) no-repeat;
    width: 632px;
    margin: auto;
    height: 125px;
    padding: 20px 25px;
}

.ct_message h3 {
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}

.ct_button {
    margin-top: 20px;
}

.contact_page_top p, .contact_page_bottom p {
    font-size: 1px;
    height: 0px;
    padding: 0;
    margin: 0;
}

.contact_page_top {
    background: url(../img/contact_page_top.gif) no-repeat;
    width: 730px;
    height: 12px;
}

.contact_page_bottom {
    background: url(../img/contact_page_bottom.gif) no-repeat;
    width: 730px;
    height: 12px;
}

.contact_page {
    width: 688px;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    padding: 10px 20px;
    background: #FFF;
}