.comment {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.comment a {
	color: #000;
	text-decoration: none;
}

.comment a.button {
	float: right;
	cursor: pointer;

	font-size: 11px;
	font-weight: bold;

	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;

	background: #EEE;
	padding-left: 6px;
	padding-right: 6px;

	margin-bottom: 8px;
}

.comment h3.title {
	font-weight: bold;
	font-size: 11px;
	color: #888;
	border-bottom: 1px solid #CCC;
	padding-left: 10px;
	margin-top: 0px;
	background: #EEE;
}

.comment p.body, .comment span.body {
	text-indent: 10px;
	background: #FEFEFE;
	font-size: 12px;

	padding: 0px 10px 0px 10px;
}
