#comments	{
	margin: 1em;
	width: 360px;
}

div.commentFooter	{
	clear: both;
	background-color: #66cccc;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	color: #000000;
	padding: 5px;
	margin: 10px -20px 0px -20px;
}

div.commentFooterOver	{
	clear: both;
	background-color: #99ffff;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	color: #000000;
	padding: 5px;
	margin: 10px -20px 0px -20px;
}

div.commentFooter p	{
	text-align: center;
	margin: 0;
	padding: 0;
}

div.commentFooterOver p	{
	text-align: center;
	margin: 0;
	padding: 0;
}

div.commentFooter p.commentsLink	{
	font-size: 1.2em;
	font-weight: bold;
}

div.commentFooter a	{
	color: #000000;
	text-decoration: none;
}

div.commentFooterOver p.commentsLink	{
	font-size: 1.2em;
	font-weight: bold;
}

div.commentFooterOver a	{
	color: #000000;
	text-decoration: underline;
}

ul.comments	{
	background-color: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;

}

ul.comments li	{
	border-bottom: 1px solid #000066;
	line-height: 1.3em;
	padding: 1em;
}

ul.comments li p.cm_Byline	{
	margin: 0;
	font-size: .85em;
}

div.fm_Comments	{
	background-color: #ffffff;
	padding: 1em;
}

div.fm_Comments label	{
	font-size: .9em;
	font-weight: bold;
	margin-top: 1em;
	clear: both;
}

div.fm_Comments textarea	{

	width: 330px;
	height: 150px;

}

.postSuccess	{
	text-align: center;
	font-weight: bold;
	color: #00aa00;
}

.commentsDisclaimer	{
	font-weight: bold;
	color: #000000;
}


