.res-show-comment {
    border: 1px solid #CCC;
    /* height: 224px; */
    overflow: hidden;
    margin-top: 10px;
}

.res-show-comment dl {
    margin-top: 1px;
    width: 100%;
}

.res-show-comment dt {
    background-color: #E4E4E4;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
}

.textarea-box {
    /*
    width: 586px;
    height: 56px;
    max-width: 586px;
    max-height: 56px;
    min-width: 586px;
    min-height: 56px;*/
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    color: #666;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    width: 81%;
}

#comment-submit {
    color: #444;
    margin: 25px 1px;
    font: 12px/1.6em Verdana, Helvetica, Arial, sans-serif;
    padding: 2px 6px 3px;
}

#comment-lable {
    margin: 5px;
    line-height: 30px;
    display: none;
}

.comments {
    padding: 10px;
}

.comment-item {
    background: url(../images/comment-line.png) center bottom no-repeat;
    margin: 10px 0 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
}

.comment-right .datetime {
    overflow: hidden;
}

.comment-right .comment-quote {
    background: url('../images/quote.png') top left no-repeat;
    padding-left: 18px;
    float: right;
    margin-right: 5px;
    line-height: 16px;
}

#comment-con blockquote {
    font-style: italic;
    border-left: 3px solid #e0e0e0;
    padding-left: 0.6em;
    margin-left: 2.4em;
}

#comment-con .comment-item p {
    line-height: 1.5;
}
#comment-box p.comment-submit{
    float: right;
    margin-right: 15px;
}
#comment-box .avatar-con{
    text-align: center;
}
#comment-box .avatar-con image.avatar{
    margin: 0 auto;
}
#comment-con .author{
    font-weight: bold;
    padding-right: 9px;
}
#comment-con .comment-item-none span{
    padding-left : 100px;
    color: #999999;
}
.show-more-con{
    text-align: center;
}
#show-more{
    color: #444;
    margin: 5px;
    font: 12px/1.6em Verdana, Helvetica, Arial, sans-serif;
    padding: 2px 6px 3px;
    display: none;
}
#comments .floor-no{
    color: #999999;
    font-weight: bold;
    padding-right: 4px;
}
#comment.info{
    color:#999999;
}
#comment-error{
    display: none;
    line-height: 30px;
    background: url(../images/icon_negative.png) center left no-repeat;
    padding-left: 20px;
}
#comments span.rank{
    display: block;
    margin: 2px auto;
    width: 48px;
    text-align: left;
}
#comments .rank-text{

}
#comments .comment-deleted{
    color: #d3d3d3;
}