.replybtn {
    display:inline-block;
    font-size: 10px;
    font-weight: 700;
    margin: 10px;
    cursor:pointer;
}
.replybox {
    position: absolute;
    height: 200px;
    width: 500px;
    display:none;
    background-color: #e3e3e3;
    border-radius: 5px ;
    box-shadow: 3px 3px 3px #888888;
}
.rhead,.rbody,.rfoot {
    margin:5px;padding: 5px;padding-left: 15px;width: 100%;display: block;
}
.rhead {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 1px #D3D3D3;
}
.rhead span {
    line-height: 40px;
}
.rhead .close {
    /*关闭按钮*/
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    background-image: url("/images/close.png");
}
.rfoot {
    padding-top: 10px;
}
.rfoot .rreply {
    display:inline-block;
    float: right;
    margin-right: 20px;
    height: 22px;
    line-height: 15px;
    width: 50px;
}