
.commentForm {border:1px solid #D0D0D0; padding: 12px; border-radius: 5px;}
.commentForm .title {height: 45px; padding: 15px 50px 0 0; margin-bottom: 10px; font-size:18px; color:#F60; background: url(../images/comment_add.png) right center no-repeat;}
.commentForm input[type="text"] {width: 100%;}
.commentForm textarea {width: 100%;}
.commentForm td {vertical-align: top; padding: 3px;}

.commentList {border:1px solid #D0D0D0; padding: 5px 5px 15px 15px; border-radius: 5px;}
.commentList .title {height: 40px; padding: 10px 50px 0 0; font-size: 18px; color:#F60; background:url(../images/comment_list.png) right center no-repeat;}
.commentList .scroll {max-height: 450px; padding-left: 10px; overflow-y: auto; margin-top: 10px;}

.commentList .bar {background-color: #F0F0F0; padding: 5px 10px; border-radius: 3px;}
.commentList .bar .name {display:inline-block; color: #000;}
.commentList .bar .date {display:inline-block; float: right; color: #000;}
.commentList .text {clear: both; margin-bottom: 20px; padding: 5px;}

.fb-comments, .fb-comments span, .fb-comments iframe[style] {width: 100% !important;}