﻿#uc_contact {
    padding: 0 0px 20px 0px;
}

    #uc_contact .logo {
        margin: 10px auto;
        vertical-align: middle;
    }

    #uc_contact .contact_Info {
        background: url(img/bg_contact.png) no-repeat center 0 transparent;
height: 305px;
float: left;
width: 100%;
margin-top: 30px;
*margin-top:0px;
    }

    #uc_contact .contact_Form {
        width: 355px;
        margin: -30px auto;
    }

    #uc_contact .labelsColumn {
      width: 91px;
float: left;
padding-right: 5px;
    }

        #uc_contact .labelsColumn label {
            background: url(img/icon_2.png) no-repeat left transparent;
            padding-left: 15px;
            height: 26px;
            line-height: 26px;
            color: #2b2b2b;
            display: block;
            margin-top: 10px;
        }

            #uc_contact .labelsColumn label .notification {
                color: red;
            }

    #uc_contact .textBoxsColumn {
        width: 259px;
        float: right;
    }

        #uc_contact .textBoxsColumn .textbox, #uc_contact .RadInputMgr_Default {
            width: 240px;
            height: 26px;
            padding: 0 5px;
            margin-top: 10px;
            background-color: #f3f3f3;
            border: 1px solid #e0e0e0;
            float: left;
            font: 12px/18px arial;
            color: #595959;
        }

    #uc_contact .RadInput_Default .riError, #uc_contact .RadInput_Error_Default {
        color: red;
        font-style: italic;
    }

    #uc_contact .validator {
        width: 15px;
        height: 15px;
        display: block;
        padding-top: 8px;
        float: left;
    }

    #uc_contact .textBoxsColumn .textboxMultiline {
        width: 241px;
        height: 88px;
        border: 1px solid #e0e0e0;
        background-color: #f3f3f3;
        padding: 0 5px;
        margin-top: 10px;
        float: left;
        font: 12px/18px arial;
        color: #595959;
    }
    /*Info*/
    #uc_contact .info {
        color: #2c2c2c;
        text-align: center;
    }

        #uc_contact .info .name .value {
            color: #006cb5;
            font: bold 12px Arial;
            text-transform: uppercase;
        }

        #uc_contact .info .name .label {
            display: none;
        }

        #uc_contact .info .office {
            margin-top: 10px;
        }

        #uc_contact .info .hotline {
            font-weight: bold;
            color: #fff;
        }

    /*Button Viet - English*/
    #uc_contact .btncontact {
        float: right;
        margin-top: 12px;
        margin-right: 6px;
    }

.btncontact .bgButton {
    background: url(img/bg_button.png) repeat-x left center transparent;
    text-align: center;
    padding: 0px 12px;
    height: 24px;
    margin-left: 10px;
    float: left;
    min-width: 43px;
}

#uc_contact .btncontact a {
    font: bolder 12px/24px Arial;
    color: white;
}

    #uc_contact .btncontact a:hover {
        font: bolder 12px/24px Arial;
        color: white;
    }

.map {
    position: absolute;
    color: #2e2e2e;
}

    .map img {
        margin: 0 5px;
        position: relative;
        top: 2px;
    }

.map2 {
    left: 137px;
}

.map1 {
    left: 89px;
}

.Contact_Notification {
    padding: 0px 20px;
    color: #424242;
    font: italic 12px arial;
}

    .Contact_Notification span {
        color: red;
    }

/*---------------*/

.contact_Info .center {
    text-align: center
}

.contact_Info .name {
   margin: 0 auto;
margin-top: 25px;
width: 298px;
text-transform: uppercase;
font: bold 12px/16px Arial;
color: #528b20;
}