/*
 * Comments
 */
div.comments {
}

div.comment {
	margin-top: 15px;
	background-color: #dddddd;
	border-width: 1px;
	border-color: #4f4f4f;
	border-style: solid;
}

div.comment div.name {
	font-weight: bold;
	background-color: #4f4f4f;
	color: white;
	padding: 2px;
	padding-left: 4px;
}

div.comment div.comment {
	border-width: 0px;
	margin-top: 0px;
	padding: 5px;
}

div.comment div.posted {
	padding: 5px;
}

/*
 * Comment Form
 */
div#comment_form {
	padding-top: 20px;
}

div#comment_form table {
}

div#comment_form table td {
	padding: 4px;
	vertical-align: top;
}

div#comment_form table td.label {
	text-align: right;
}

div#comment_form input.formText {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-family: "Arial";
	font-size: 90%;
}

div#comment_form textarea.formTextarea {
	font-family: "Arial";
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-size: 90%;
}
