div#comments_box{

	background: #FFFCC8;
	width: 95%;
	margin: 5px auto;
	padding: 8px;
	border:0px solid red;
	clear: both;
}

table#frmAddComment{
	width: 100%;
}

table#frmAddComment input{
	width: 180px;
	border: 1px solid #000;
}

table#frmAddComment input.button{
	width: 110px;
	border: 1px solid #000;
}
table#frmAddComment input.input_small{
	width: 50px;
	border: 1px solid #000;
	padding: 0px;
}

table#frmAddComment textarea{
	width: 220px;
	height: 120px;
	border: 1px solid #000;
}

div.commentsTree ul{
	margin-left: 25px;
	padding: 0px;
}

div.commentsTree li{
	margin-top: 10px;
	font-size: 12px;
  font-family: Verdana, Arial,sans-serif; 
}

div.commentsTree a{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 0 0 5px 0;
}

div.commentsTree li a{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0px 0;
}

