#commentsBox {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.commentList {
    width: 94%;
    height: auto;
    margin: 0 auto;
}

.commentBlock {
    width: 100%;
    height: auto;
    margin: 8px auto;
}

.commentBlock_NameBar {
    width: 85%;
}

.commentBlock_NameBar b {
    position: relative;
    top: -4px;
}

.commentBlock_Message {
    font-size:14px;
    vertical-align: top;
}

.commentBlock_PostTime {
    font-size: 11px;
}

#commentsBoxCommentTemplate {
    visibility: hidden;
}

.commentBlockAdmin {}