﻿
#Banner
{
    width: 1000px;
    height: 215px;
    margin-top: 15px;
}
#Main
{
    width: 1000px;
    clear: both;
    margin-top: 5px;
}
.deco_customerMess
{
    width:1000px;
    height:35px;
    background-color:White;
    margin-top:10px;
    font-size:15px;
}
.deco_middle
{
    padding-top:9px;
    padding-left:25px;
}
.customerMess_contents
{
    width: 1000px;
    height: 690px;
    background-color: White;
    margin-top: 18px;
}
.bg_customerMess
{
    width:1000px;
    height:45px;
    background-image:url("../Images/customerMess.png");
    background-repeat:no-repeat;
    background-position:4px 4px;
}
.customer_contents
{
    width:900px;
    margin:0 auto;
    height:500px;
}
.deco_inputMess
{
    border:1px solid #ccc;
}
.deco_btnCon
{
    float:left;
    padding-right:100px;
    padding-left:240px;
    padding-top:50px;
}
.deco_btnReset
{
    float:left;
    padding-top:50px;
}
.deco_send
{
    border: 0;
    background-image: url("../Images/send.png");
    width: 159px;
    height: 32px;
    cursor: pointer;
    background-color:White;
}
.deco_reset
{
    border: 0;
    background-image: url("../Images/reset.png");
    width: 159px;
    height: 32px;
    cursor: pointer;
    background-color:White;
}

#Footer
{
    width: 1000px;
    height: 100px;
    margin-top: 20px;
}
#Footer p
{
    text-align: center;
    margin-top: 20px;
    font-family: 微软雅黑;
    color: #939292;
    font-size: 13px;
    font-weight: bold;
 }