/**
 * Default comment styles
 * Feel free to override all these styles in your own skins
 */

/* Styles for comments */
div.bComment, /* Entire comment block */
form.bComment /* New comment form */
{
	margin: 15px;
	padding: 0 1ex;
	border: 1px solid #999;
	background-color: #666; 
}

div.bComment a{
	color:#333333;
	}

div.bComment a:hover{
	color:#000;
	}

#comment_preview {
	background-color: #eee;
}
div.bCommentTitle {
	margin: 1ex 0;
	font-weight: bold;
}
div.bCommentText {
	margin-top: 0;
	margin-bottom: 0;
}

div.bCommentSmallPrint {
	clear: both;
	font-size: 85%;
	margin: 1ex 0;
}

div.moderation_msg
{
	margin: 1ex 2ex;
	padding: 0 1ex;
	border: 1px dashed #fa9;
	color: #e70;
}

div.feedback_feed_msg {
	margin: 2em 2ex;
	text-align: right;
}
