@charset "utf-8";
/* CSS Document */
#comments{
	border: 1px solid #767676;
	padding: 5px;
	margin-top: 20px;
	font-size: 10px;
	clear: both;
}
#comments P{
	text-align: left !important;
}
.commentlist, .commentlist .children{
	list-style: none;
}
.comments-title{
	clear: both;
}
.comment-body{
	margin-top: 10px;
}
.avatar{
	float: left;
	margin-right: 3px;
}
#respond{
	margin-top: 10px;
}
#commentform INPUT[type=text], #commentform TEXTAREA{
	width: 98%;
}
#commentform .required{
	color: #FF0000;
}
