div.comments {
	clear: both;
	margin-top: 16px;
	border-top: 1px solid #ccc;
}
div.commentsinner {
	padding-left: 5px;
}
div.comments h3 {
	font-size: 3em;
	font-weight: normal;
	font-family: sans-serif, sans;
	background:url(icons/32/user_group.png) no-repeat;
	padding-left: 42px;
	line-height: 32px;
}
div.comments h3 a {
	text-decoration: none;
}
div.comments .comment {
	margin-bottom: 16px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}
div.comments .comment .field-label {
	float: left;
	clear: left;
	width: 80px;
	display: none;
}
div.comments .comment #subject-value {
	font-weight: bold;
	font-family: georgia, serif;
	font-size: 1.4em;
	line-height: 1.4em;
}
div.comments .comment #sender-value {
	color: #999;
	background:url(icons/16/mail.png) no-repeat;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 24px;
	line-height: 16px;
}
div.comments .comment #content-value {
	background:url(icons/16/comment.png) no-repeat;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 24px;
	line-height: 16px;
}
