#comment_formsContainer{
	border:1px solid #999999;
	padding:5px;
	text-align:left;
}

.comment_label{
	display:block;
	margin:3px;
	margin-top:10px;
	margin-bottom:10px;
}
#commentsListContainer
{
    width:99%;
    margin:0px;
    margin-top:5px;
    padding:0px;
}
.commentsItemContainer
{
    padding:0px;
    margin:0px;
}
.commentsList_table
{
    width:100%;
}
.commentsList_table td
{
    height:20px;
}
.commentsList_table tr.normal
{
    background-color:White;
}
.commentsList_table tr.hover
{
    background-color:#D9E9F0;
}
.commentsList_table td.title
{
    width:85%;
    text-align:left;
	padding-left:5px;
}
.commentsList_table td.pubDate
{
    width:15%;
}
.commentsList_table a
{
	color:#333333;
	text-decoration:none;
}
.commentsList_table a:hover
{
	color:#3180B5;
	text-decoration:underline;	
}
#commentContainer{
	padding:5px;
}
#commentContainer blockquote{
	padding:5px;
	border:1px solid #cccccc;
}

