@charset "utf-8";
/* CSS Document */

#contactContainer
{
    width: 2050px;
    background-color: #FFFFFF;
}

#contactContainer .content .partTitle
{
    margin-left: 85px;
}

#contact
{
    position: relative;
    margin: 0 auto 0 auto;
    width: auto;
    height: 580px;
}

#contact .guestBook
{
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: 85px;
    width: 900px;
    height: 500px;
    background-image: url("../images/contact_bg.jpg");
    background-repeat: no-repeat;
}

#form1
{
    position: relative;
    display: block;
    position: relative;
    margin-left: 320px;
    margin-top: 90px;
}

#contact .guestBook .error_tip
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 30px;
    background-color: #000;
    color: #FFFFFF;
    text-align: center;
    display: none;
    cursor: pointer;
}

#contact .guestBook .send_tip
{
    position: absolute;
    top: 160px;
    left: -50px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #000;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: none;
}

.input_text
{
    display: block;
    margin-bottom: 10px;
    border: 0px;
    width: 200px;
    height:23px;
    /*background-color:transparent;*/
    color: #9b9b9b;
    background-color: #f3f3f3;
    outline:none;
}

.textarea
{
    font-size: 12px;
    border: 0px none;
    width: 200px;
    height: 80px;
    color: #9b9b9b;
    background-color: #f3f3f3;
    outline: medium none;
    resize: none;
}

#btnContainer
{
    margin-top: 10px;
    width: 200px;
}

.btn
{
    float:right;
    margin-left: 1px;
    width: 43px;
    height:20px;
    line-height: 21px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    cursor:pointer;
}

#contact .map
{
    position: relative;
    display: block;
    float: left;
    margin-left: 200px;
}

#contact .msgItem
{
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    width: 135px;
    height: 20px;
    line-height: 20px;
    /*overflow: hidden;*/
    cursor: pointer;
}

#contact .msgItem:hover, .msgItem_over
{
    color: #FFFFFF;
    background-color: #292929;
    z-index: 10;
}

.msgItem_out
{
    background-color: #e3e3e3;
    z-index: 1;
}

#contact .msgItem .icon
{
    position: absolute;
    right: 0px;
    bottom: -8px;
    width: 10px;
    height: 8px;
    background-image: url("../images/contact_icon.png");
    background-repeat: no-repeat;
}
#contact .msgItem .fullContent
{
    position: absolute;
    left: 15px;
    top: 3px;
    width: 300px;
    opacity: 0;
    visibility:hidden;
}

#contact .txtPanel
{
    position: relative;
    margin-left: 40px;
    margin-top: 80px;
    float: left;
}

#contact .txtPanel a
{
    text-decoration: none;
}

#contact .txtPanel a:hover
{
    color: #aa0d01;
    text-decoration: underline;
}

#contact .txtPanel .logoCnTxt
{
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

#contact .txtPanel .logoEnTxt
{
    font-size: 14px;
}

#contact .txtPanel .address
{
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
}

#contact .txtPanel .phone
{
    margin-top: 15px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    background-image: url("../images/contact_t.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
}

#contact .txtPanel .hr
{
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    background-image: url("../images/contact_h.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
}

#contact .txtPanel .fax
{
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    background-image: url("../images/contact_f.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
}

#contact .txtPanel .zipCode
{
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    background-image: url("../images/contact_p.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
}

#contact .txtPanel .email
{
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    background-image: url("../images/contact_e.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
}

#contact .txtPanel .web
{
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    background-image: url("../images/contact_w.png");
    background-repeat: no-repeat;
    background-position: 0 6px;
}