#conversation { border:1px solid #CDCDCD; overflow:hidden; width:668px; }
#conversation .conv_item { background:url(../img/design/icons/comment_nick_arrow.gif) no-repeat 30px 21px; }
#conversation .nick { height:19px; background:#dce5ec; padding-top:2px }
#conversation .nick .date { font-size: 11px; color: #565656; float:none; }
#conversation .nick b { color:#23527e; margin:3px 17px; }
#conversation .comment { margin:12px 25px 0 /*160px*/30px; }
#conversation .comment .date { font-size: 85%; color: #565656; }
#conversation .comment .quote { position:relative; float:left; border-left: 2px solid #dce5ec; margin:10px; padding-left:10px; height:1%; color:#565656; zoom:1; display:block; }
#conversation .comment .substance { margin:10px 0; }
#conversation .answer { font-size:85%; margin:0 25px 12px 160px; }
.paging { margin-top:0px; border-bottom: 1px solid #FFF; border-left: 1px solid #fff; border-right: 1px solid #fff; }
#comment_form { /*margin:21px 16px; width:638px;*/ overflow:hidden; zoom:1; border: 1px solid #c0c0c0; padding:10px; margin-bottom:20px; background:#f5f5f5; }
#comment_form textarea { border:1px solid #7f9db9; width:/*636px;*/430px; height:86px; 
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#comment_form .comment_auth { margin-top:10px; }
#comment_form .comment_auth td { font-size:85%; padding-right:10px; }
#comment_form .comment_auth td input { font-size:100%; } 
#comment_form #input_comment {clear:both; margin:0px 0px; padding:10px 0px; height:100px; font-size:11px; }