﻿.contact-left {
    float: left;
    width: 440px;
}

.contact-right {
    float: right;
    width: 282px;
    background-image: url(../Images/contact/right-bg.gif);
    padding-top: 168px;
    background-repeat: no-repeat;
    
}

.table-form {
    width: 430px;
    font-weight: normal;
    margin: 21px 0px 21px 10px;
    
}

.table-form th {
    width: 162px;
    text-align: left;
    vertical-align: top;
    padding-top: 9px;
    font-weight: normal;
}

.table-form .textbox {
    height: 19px;
    width: 97%;
    border: 1px solid #838383;
    background-color: #242425 !important;
    color: white;
    padding: 2px 2px;
    font-size: 14px;
    
}

.table-form .dropdown 
{
    height: 23px;
    width: 99%;
}


.table-form .multiline {
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    height: 127px;
}

.contact-submit {
    background-image: url(../Images/Contact/submit.gif);
    height: 25px;
    width: 99px;
    float: right;

}

.error {
    background-image: url(../Images/Contact/Errors-bg.gif);
    width: 438px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    
    color: #fff;

}

.error ul
{
    list-style-type: none;
    color: #fff;
    margin: 0px;
    padding:61px 10px 28px 85px;
    
    background-image: url(../Images/Contact/Errors-bottom-bg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

