/* comment styles */

#comments {
	clear: both;
}

#comments form {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 20px;
}

#comments form fieldset {
	border: none;
	padding: 2px;
}

#comments form fieldset input, #comments form fieldset textarea {
	display: block;
	width: 90%;
	border: 1px solid #ccc;
}

#comments form fieldset input.hidden {
	display: none;
}

#comments form fieldset input.button {
	display: block;
	width: auto;
	border: none;
	background-image: url(/images/button0.gif);
	width: 83px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	background-color: transparent;
	text-transform: lowercase;
}

div.comment {
	margin: 20px;
}

div.comment h3 {
	margin-top: 0;
}

div.comment div.commentbody {
	border: 1px solid #eee;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}