.comments,#comments {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
}
.center {
	text-align:center;
}
form#commentForm {
	background:#ddd;
	width:540px;
	padding:10px;
	margin:0 auto;
	border:1px solid #609;
}
form#commentForm fieldset {
	width:520px;
	padding:5px;
	margin-bottom:0.5em;
	border:1px solid #fff;
	line-height:1.5em;
	display:block;
}
form#commentForm legend {
	font-size:1em;
	font-weight:bold;
	color:#fff;
	border:1px solid #fff;
	margin-bottom:5px;
	padding:1px 3px;
	background:#609;
}
form#commentForm label {
	font-size:0.75em;
	width:120px;
	padding-right:10px;
	color:#555;
	clear:left;
	float:left;
	display:block;
	text-align:right;
}
form#commentForm label.correctionNeeded {
	color:#f00;
	font-weight:bold;
}
.correctionNeeded {
	color:#f00;
	font-weight:bold;
}
.required {
	color:#f00;
}
#requiredBox {
	border-top:2px #f00 dashed;
	border-bottom:2px dashed #f00;
	padding:0.5em 3px;
	line-height:1em;
}
#requiredBox h3 {
	font-size:0.8em;
	font-weight:bold;
	line-height:1em;
	color:#f00;
	padding:0;
	margin:0;
}
#requiredBox p {
	text-indent:1em;
}
#commentSet p {
	font-size:0.7em;
	line-height:1.5em;
	margin:8px 0 0 0;
	color:#555;
}
