.comments
{
	margin-top:25px;
}

.comments h3
{
	margin-bottom:15px;
}
.comments input[type="text"], .comments textarea
{
border:1px solid #666;
}

.comments input[type="submit"]
{
	border:1px solid #666;
	background-color:#c6c6c6;
}

.comment
{
padding:15px;
border:1px solid #666;
text-align:left;
margin-bottom:15px;
background-color:#ececec;
}

.comment h2.title
{
	color:#222;
}

.comment .body
{
color:#222;
padding:5px;
}

.comment .footer
{
	font-size:12px;
	margin-top:5px;
}

.comments .form
{
padding:10px;
border:1px solid #666;
margin-top:15px;
}