.width_1200_wrapper {
    width: 1200px;
    height: 550px;
    border: #0f0 solid 0px;
    padding: 0px;
}

.messager_box{
    float: left;
    width: 750px;
    height: 500px;
    border: #eee solid 1px;
    background: #FBF9F7;
    padding: 10px;
}

.messager_box .leave_title{
    float: right;
    width: 780px;
    height: 50px;
    line-height: 50px;
    border: #0f0 solid 0px;
    font-weight: bold;
    font-size: 20px;
    color: #666;
    text-align: center;
}
.messager_box .success{
    float: right;
    width: 100%;
    text-align: center;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #0099A8;
    display: none;
}

.messager_box .table_css{
    width: 100%;
    color: #666;
}

.messager_box .table_css td{
    padding: 10px 20px;

}

.messager_box .table_css .btn_send{
    margin: 0 auto;
    width: 50px;
    height: 30px;
    line-height: 30px;
    padding: 3px 5px;
    border: #eee solid 1px;
    background: #0099A8;
    color: #fff;
    cursor: pointer;
}

.messager_box .tips{
    color: #f5634b;
}

.messager_box input{
    height: 30px;
    width: 500px;
}

.messager_box textarea{
    height: 120px;
    width: 500px;
}

.location_box{
    float: right;
    width: 380px;
    height: 500px;
    border: #eee solid 1px;
    padding: 10px;
    background: #FBF9F7;
}
.location_box .title{
    float: right;
    width: 380px;
    height: 50px;
    line-height: 50px;
    border: #0f0 solid 0px;
    font-weight: bold;
    font-size: 20px;
    color: #666;
}
.location_box .address{
    float: right;
    width: 380px;
    height: 100px;
    border: #0f0 solid 0px;
    font-size: 16px;
    color: #666;
}
.location_box .customer_support{
    float: right;
    width: 380px;
    height: 200px;
    border: #0f0 solid 0px;
    color: #666;
    font-size: 16px;

}

