.msg_now {
    width: 100%;
    height: 34px;
    background: url(../img/msg_line1.png) center center no-repeat;
    overflow: hidden;
    margin: 15px 0 0 0;
}


.msg_title {
    width: 155px;
    height: 34px;
    background: url(../img/msg_btn.png) 7px center no-repeat #fe6716;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font: 22px/34px "microsoft yahei";
}

.msg_ul {
    width: 485px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.msg_ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}

.msg_ul li p {
    width: 90px;
    float: left;
    height: 36px;
    font: 14px/36px "microsoft yahei";
    color: #333;
    vertical-align: top;
    text-align: right;
    margin: 0 6px 0 0;
}

.msg_ul li p span {
    color: red;
    margin-top: 2px;
    vertical-align: middle;
    font-weight: bold;
}

.msg_input {
    width: 264px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
}

.msg_textarea {
    width: 264px;
    height: 80px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 10px;
    resize: none;
}

.msg_submit {
    width: 286px;
    height: 36px;
    margin: 20px auto;
    border-radius: 3px;
    border: 0;
    text-align: center;
    font: 18px/36px "microsoft yahei";
    color: #fff;
    background: #fe6716;
    cursor: pointer;
    outline: none;
    border: none;
}