#comments {
	
}

#comments #commentsLinks {
	
}

#comments #title {
	font-size:12px;
	margin-bottom:15px;
}

#comments #commentsForm {
	width:537px;
	height:161px;
	padding:15px;
	/*background-color: #f8f8f8;*/
}

#comments #commentsForm input {
	width:150px;
}

#comments #commentsForm #text {
	width:534px;
	height:70px;
}

#comments #commentsList {
	width:567px;
}

#comments #commentsList .name {
	font-size:12px;
}

#comments #commentsList .date {
	font-size:10px;
	color: #666;
	font-style: italic;
	padding-bottom:12px;
}

#comments #commentsList .text {

}

#comments #commentsList .commentsOdd {
	/*background-color: #FFFFFF;*/
	padding: 15px;
}

#comments #commentsList .commentsPair {
	background-color: #f8f8f8;
	padding: 15px;
	/*border-top: #333 solid 1px;*/
}