#Comments_Form {
	margin-bottom: 12pt;
}

#Comments_Form input {
	width: 500px;
}

#Comments_Form textarea {
	height: 100px;
	width: 500px;
}

#Comments_List {
	margin-bottom: 12pt;
}

#Comments_List div {
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	background-color: #111111;
	margin-bottom:  5px;
	padding: 5px;
}

#Comments_List div * {
	margin: 0pt;
}
#Comments_List div h3 {
	margin-bottom: 2pt;
}

span.Comments_Date {
	color: #999999;
	font-size: 8pt;
	white-space: nowrap;
}
