#commentFormContainer {
    clear: both;
    display: block;
    height: 55px;
    _height: 80px;
    padding: 16px;
    margin: 10px 0px;
    border: 1px solid rgb(215, 215, 215);
    background-color: rgb(241, 241, 241) !important;
}
#commentForm .content {
    width: 500px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(241, 241, 241) !important;
}
#commentForm .content textarea {
    width: 95%;
    height: 45px;
    margin-right:5px;
    border-top : 1px solid #787878;
    border-left : 1px solid #787878;
    border-right : 1px solid #c5c5c5;
    border-bottom : 1px solid #c5c5c5;
    overflow-y : auto;
    background-color: #ffffff;
}
#commentForm .submit {
    width: 20px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(241, 241, 241) !important;
}

#commentCountContainer {
    height: 12px;
    _height: 22px;
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: 2px solid #0c4d9d;
    font-size : 12px;
    font-weight: normal;
    color: rgb(2,72,152);
    text-align: right;
    line-height:12px;
    _line-height:12px;
}

#commentCountContainer #commentTotalCount span {
    margin: 0px;
    font-size : 12px;
    font-weight: bold;
}

#bestCommentListContainer {
    display: none;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    border: 1px solid rgb(215, 215, 215);
    background-color: rgb(241, 241, 241);
    background-image: url(//static.ad.co.kr/images/common/icon/bestCommentFlag.gif);
    background-repeat: no-repeat;
}

#bestCommentListTableContainer {
    height: auto;
    padding: 0px;
    margin: 30px;
}

#bestCommentListTable {
    padding: 0px !important;
    margin: 0px !important;
}

#commentListContainer {
    height: auto;
    padding: 0px;
    margin: 10px 0px;
}

#commentListTableContainer {
    height: auto;
    padding: 0px 0px;
    margin: 0px;
}

#commentListTableContainer td {
    width: 570px;
}

#bestCommentListContainer td.writer,
#commentListContainer td.writer {
    height: auto;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    vertical-align: middle;
}

#bestCommentListContainer .writer .writerId,
#commentListContainer .writer .writerId {
    float: left;
    display: inline-block;
    font-size: 13px;
    color: #0c4d9d;
    margin: 3px 0px 0px 0px;
}

#bestCommentListContainer span.wdate,
#commentListContainer span.wdate {
    float: left;
    display: inline-block;
    margin: 5px 0px 0px 10px;
    font-size: 10px;
    color: #a3a3a3;
}
#bestCommentListContainer .writer a.removeComment,
#commentListContainer .writer a.removeComment {
    float: left;
    display: inline-block;    
    margin: 3px 0px 0px 10px;
}

#bestCommentListContainer .writer .agree {
    float: left;
    margin: 3px 0px 0px 10px;
}
#bestCommentListContainer .writer .agree .count {
    display: inline-block;
    margin: 0px 0px 0px 5px;
    font-weight: bold;
    color: red;
}    
#commentListContainer .writer .agree {
    float: right;
    width: 88px;
    height: 22px;
    padding: 0px;
    text-align: right;
    vertical-align: bottom;
    background-image: url(//static.ad.co.kr/images/common/button/agreeComment.gif);
    background-repeat: no-repeat;
}
#bestCommentListContainer a.agreeComment,
#commentListContainer a.agreeComment {
    display: block;
    width: 58px;
    height: 11px;
    padding: 6px 15px;
    font-size: 11px;
    font-weight: bold;
}
#bestCommentListContainer a.agreeComment:hover,
#commentListContainer a.agreeComment:hover {
    text-decoration: none !important;
}

#bestCommentListContainer td.content,
#commentListContainer td.content {
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px dotted #dddddd;
    font-size: 12px;
    color: rgb(85, 85, 85);
    line-height: 20px;
    text-align: justify;
}

/* Pagination */
#commentPaginationContainer {
    display: block;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

#commentPaginationContainer .pagination {
    display: block;
    height: 25px;
    text-align: center;
    font-size: 9pt;
}

#commentPaginationContainer .pagination a {
    border: solid 1px #cfcfcf;
    color: #666666;
    text-decoration: none;
}

#commentPaginationContainer .pagination span,
#commentPaginationContainer .pagination a {
    display: inline-block;
    width: 20px;
    padding: 3px 0px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 10pt;
}

#commentPaginationContainer .pagination .current {
    background: #999999;
    color: #fff;
    border: solid 1px #cfcfcf;
    font-size: 10pt;
    font-weight: bold;
}

#commentPaginationContainer .pagination .current.prev,
#commentPaginationContainer .pagination .current.next {
    color: #999;
    border-color: #999;
    background: #fff;
}

