/* contact page */

ul#content li#main {
    width: 899px;
    padding-left: 36px;
    padding-right: 35px;
}

#banner {
    display: block;
    float: left;
    width: 899px;
    height: 249px;
    text-indent: -9999px;
    background: transparent url("../../en-us/images/banner-contact.jpg") top left no-repeat;
}

.contactForm {
    display: block;
    float: left;
    width: 899px;
}

.contact {
    display: block;
    float: left;
    width: 598px;
    margin: 15px 16px 0 0;
}

    .contact .heading {
        display: block;
        float: left;
        width: 598px;
        height: 52px;
        text-indent: -9999px;
        background: transparent url("../../en-us/images/heading-contactform.gif") top left no-repeat;
    }
    
    .contact form {
        display: block;
        float: left;
        clear: both;
    }
    
.othermethods {
    display: block;
    float: left;
    width: 285px;
    margin: 15px 0 0 0;
}

    .othermethods .heading {
        display: block;
        float: left;
        width: 285px;
        height: 52px;
        text-indent: -9999px;
        background: transparent url("../../en-us/images/heading-othermethods.gif") top left no-repeat;
    }
    
    .othermethods .info {
        display: block;
        float: left;
        clear: both;
        width: 285px;
        padding: 18px;
    }
    
/* form area */

.form {
    display: block;
    float: left;
    width: 573px;
    margin: 15px 0 35px 25px;
    *margin: 15px 0 35px 12px;
}

.newForm {
    display: block;
    float: left;
    width: auto;
    margin: 15px 0 0 0;
}

#field_first_name, #field_last_name {
    display: block;
    float: left;
    width: 250px;
    margin-bottom: 10px;
}

#field_email, #field_phone, #field_explanation, #submitArea {
    display: block;
    float: left;
    clear: both;
    width: 573px;
    margin-bottom: 10px;
}

#field_image_verification {
    display: block;
    float: left;
    clear: both;
    width: 500px;
    margin-bottom: 10px;
}


label {
    display: block;
    float: left;
    width: 110px;
    font-weight: bolder;
    line-height: 20px;
}

#field_explanation label {
    color: #555;
}

#field_first_name input, #field_last_name input, #field_email input, #field_phone input, #field_explanation input, 
    #field_image_verification input  {
    display: block;
    float: left;
    width: 100px;
    height: 15px;
    margin: 0 0 0 10px;
}

#id_image_verification_1 {
    display: none;
}

#field_explanation textarea {
    display: block;
    float: left;
    margin: 0 0 0 10px;
}

#field_image_verification img {
    display: block;
    float: left;
    border: 1px solid #fff;
}

#field_image_verification input#id_image_verification_0 {
    display: block;
    float: left;   
}

#field_image_verification {
    border: 1px solid #eee;
    background: #ddd;
    padding: 10px;
    color: #333;
}

#field_image_verification .label {
    display: none;
}

#formMessages {
    color: #fff;
    background: #ff3333;
    border: 1px solid #cc1111;
    width: 530px;
    padding: 10px;
    margin: 0 0 10px 0;
}

.form .email, .form .subject, .form .message {
    margin: 0 0 10px 0;
}

.form .message textarea {
    width: 430px;
    height: 140px;
}

.form iframe {
    /*border-top: 2px solid #000;*/
}