#comments {
	padding-bottom: 10px;
}
#comments h2 {
	margin-top: 0;
}
#comments .comment {
	padding: 10px;
	margin: 0 0 5px 0;
	background-color: #f6f6ed;
	border: 1px solid #ddddd0;
	font-size: 70%;
}
#comments .reply {
	margin: 0 0 5px 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddddd0;
	font-size: 70%;
}
#comments .comment .author, #comments .reply .author {
	margin-bottom: 10px;
}
#comments .comment .body, #comments .reply .body {
	padding-left: 10px;
}
#comments .replybutton {
	float: right;
}
#comment-form .comment {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddddd0;
	font-size: 70%;
}
#comment-form textarea {
	height: 200px;
}