#comments
{
	padding: 10px 0px;
	margin: 0px 20px;
	margin-bottom: 20px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	font-size: 0.9em;
}
.commentName, .commentDate, .commentText, .commentReport
{
	font-size: 0.9em;
}
.commentName
{
	font-weight: bold;
}
.commentDate
{
	color: #888;
	float: right;
}
.comment
{
	width: 600px;
	margin: 5px 2px;
	border-top: 1px dotted gray;
	padding-top: 4px;
}
.commentReport
{
	color: #888;
}
#showEntry
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px;
}
