/* 
* Previously used
* Layout from http://matthewjamestaylor.com/blog/ultimate-2-column-right-menu-pixels.htm
*/
div.commentsSection { clear:both; overflow:hidden; margin-top:15px; border-top:1px solid #ddd; padding-top:15px; }
div.commentsSection h2 { font-size:116%; margin:10px 0; text-transform:uppercase; }
div.commentsSection p.prompt { margin:0 0 12px 0; font-size:108%; }
div.commentsSection h3 { font-size:100%; text-transform:uppercase; margin-bottom:12px; }
div.commentsSection p.noComments { }
div.commentsSection ul.commentsList { margin:0; padding:0; list-style:none; }
div.commentsSection ul.commentsList li { margin-bottom:10px; border:1px solid #bbb; background-color:#fff; padding:10px; color:#000; }
div.commentsSection ul.commentsList li.even { background-color:#eee; }
div.commentsSection ul.commentsList li p.date { font-size:77%; color:#666; margin:0; padding-top:5px; }
div.commentsSection ul.commentsList li p.comment { font-size:93%; margin:0; padding-top:5px; }
div.commentsSection ul.commentsList li a.report { color:#333; font-size:93%; float:right; }

div.commentsSection div.addComment p.hint { margin-bottom:10px; font-size:93%; }
div.commentsSection div.addComment fieldset p { clear:left; margin:0 0 10px 0; overflow:hidden; }
div.commentsSection div.addComment fieldset label { display:block; float:left; font-size:93%; font-weight:bold; width:20%; margin-right:15px; padding-top:2px; }
div.commentsSection div.addComment fieldset input, 
div.commentsSection div.addComment fieldset textarea { font-size:93%; font-family:Tahoma, Helvetica, sans-serif; width:70%; border:1px solid #8a8a8a; padding:2px; }
div.commentsSection div.addComment em { display:block; color:#555; font-weight:normal; font-style:normal; padding-top:10px; }
div.commentsSection div.addComment .safe { color:green; }
div.commentsSection div.addComment .over { color:red; }
div.commentsSection div.addComment p.terms { font-size:93%; color:#555; margin:10px 0; }
/*div.commentsSection div.addComment p.terms label { font-size:77%; color:#555; margin:5px 0; }*/

/*div.paginator { margin-top:5px; }*/