﻿#contact_us_control
{
    background: url(bg_contact.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 747px;
    margin-left: 0px;
    float: left;
    padding-top: 180px;
}

.contact-us-body
{
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 747px;
    float: left;
}

.contact-us-body-01
{
    background: url(bg_data02.png);
    width: 717px;
    padding-left: 30px;
    float: left;
}

.contact-us-body-02
{
    background-color: #ffffff;
    width: 660px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
}

.contact-us-body-02 label
{
    width: 250px;
}

.contact-us-body-02 input.text
{
    background: url(popup_textbox_bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #7d899c;
    height: 15px;
    width: 150px;
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 5px;
    position: relative;
}

.contact-us-body-02 input.button
{
    background: url(popup_button_bg.png);
    border: 0px;
    height: 21px;
    width: 75px;
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    outline: none;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.contact-us-body-02 textarea
{
    background: url(popup_textbox_bg.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #7d899c;
    height: 100px;
    width: 150px;
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 5px;
    position: relative;
}
