#addComment {
	margin: 10px 6px 0px 10px;
	clear: both;
}

#addComment table.tableComment {
	
}

#addComment table textarea {
	background-color: #F9F9F9;
	font-family: Verdana;
	font-size: 10px;
}

#addComment table input {
	background-color: #F9F9F9;
	font-family: Verdana;
	font-size: 10px;
}

#addCommentForm {
	display: none;
}

#commentsList {
	margin: 10px 6px 0px 10px;
}

#commentsList .oneComment {
	border-bottom: 1px solid #E1E1E1;
	padding: 3px 3px 10px 3px ;
}

#commentsList .oneComment2 {
	background: #F9F9F9 none repeat scroll 0%;
	border-bottom: 1px solid #E1E1E1;
}

#commentsList .oneCommentName {
	float: left;
	width: 350px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

#commentsList .oneCommentDate {
	float: right;
	width: 140px;
	text-align: right;
	
}

#commentsList .oneCommentComment {
	clear: both;
}
