/* Sample comments CSS base */
form {
	margin-top: 0
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
	border: none;
}
fieldset label {
	width: auto;
}
legend {
	margin-bottom: 0.5em;
}
textarea {
	margin: 0.5em 0;
	width: 350px;
	height: 8em
}
.submit {
	clear: left;
	margin-top: 0.5em;
}
.cgfcomment input {
	width: 350px;
	border: 1px solid #B3B3B3;
}
.cgfcomment label {
	display: block;
	width: 255px;
}
.cgfcomment .chkboxlabl,
.chkbox {
	margin: 0.5em 0;
	float: left;
}
.cgfcomment .chkboxlabl label {
	width: 200px;
}
.chkbox input {
	width: 20px;
}
.cgfcomment .captchalbl label {
	display: inline;
	float: none;
}
.cgfcomment textarea {
	border: 1px solid #B3B3B3;
}
.cgfcomment .message,
.error {
	line-height: 16px;
	padding: 10px 0 8px 0;
}