﻿
/* Styles for comments */
div.bComment, /* Entire comment block */
form.bComment /* New comment form */
{
	margin: 1ex 2ex;
	padding: 0 1ex;
	border: 0px dotted #999;
	font-size: 14px;
}
#comment_preview {
	background-color: #eee;
}
div.bCommentTitle {
	margin: 1ex 0;
	font-weight: bold;
	font-size: 14px;
}
div.bCommentTitle a {
	color: #663300;
	text-decoration: none;
}
div.bCommentTitle a:hover {
	color: #000000;
	text-decoration: none;
}
div.bCommentText {
	margin-top: 0;
	margin-bottom: 0;
}
div.bCommentSmallPrint {
	clear: both;
	font-size: 14px;
	margin: 1ex 0;
	font-weight: bold;
	color: #663300;
}
div.bCommentSmallPrint a {
	color: #663300;
	text-decoration: none;
}
div.bCommentSmallPrint a:hover {
	color: #000000;
	text-decoration: none;
}

div.moderation_msg
{
	margin: 1ex 2ex;
	padding: 0 1ex;
	border: 1px dotted #fa9;
	color: #e70;
}

div.feedback_feed_msg {
	margin: 2em 2ex;
	text-align: right;
}
