.combox .cf-tit {
    background: none repeat scroll 0 0 rgb(241, 241, 241);
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 3px 0 0 15px;
}
.combox .cf-msg {
    border-bottom: 1px dashed rgb(204, 204, 204);
    margin: 5px auto;
    padding: 5px 5px 10px;
    width: 99%;
}
.combox .cf-msg-r {
    background: none repeat scroll 0 0 rgb(250, 250, 250);
    border: 1px solid rgb(232, 232, 232);
    margin: 5px auto;
    padding: 0 10px;
    width: 96%;
}
.combox .cf-msg p {
    color: rgb(51, 51, 51)!important;
    line-height: 22px;
    margin: 10px 0 5px;
    overflow: hidden;
}
.combox .cf-msg span {
    color: rgb(153, 153, 153);
    display: inline-block;
    margin: 5px auto;
    padding-right: 20px;
}


.comment textarea{ width:100%; height:152px;  border:1px solid #a7a6aa; }
.comment p{ margin:10px  0 20px 0;}
.input{ height:30px; line-height:30px; border:1px solid #c7c7c7; background:url(../images/input-bg.gif) repeat-x;}
.comment .btn{width:98px; height:34px; line-height:34px;color:#fff; background:#ff5e5e; font-size:14px; border:0; cursor:pointer;}