#comments {
	border-top: solid 3px #000;
}

.commentlist {
	border: solid 1px #000;
	padding: 10px;
	background-color: #eee;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	list-style-position: inside;
	list-style: none;
	
}
.commentlist li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}

.comment-body {
	margin: 5px;
	padding: 5px;
	background-color: #fff;
}

.form-allowed-tags {
	border: solid 1px #000;
	padding: 10px;
	background-color: #eee;
	color: #888;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#respond textarea {
	display: block;
	width: 100%;
}