#Comments .CommentBodyReported {
	display:block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	color:#000;
	/* background-color: #fbf8fb; */
	background-color: #ffeae8;
	font-size: 13px;
	line-height: 150%;
	border-top: 1px solid RED;
	border-left: 1px solid RED;
	border-right: 1px solid RED;
	padding: 10px;
	}
#Comments .CommentBodyReported ul li,
#Comments .CommentBodyReported ol li {
	border-bottom:none;
	padding:0px;
	}

.signatureReported {
	display:block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;	
	color:#000;
	background-color: #ffeae8;
	line-height: 150%;
	border-bottom: solid 1px RED;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align:right !important;
	color: rgb(204,204,204) !important;
	font-size: 10px;
	border-bottom: 1px solid RED;
	border-left: 1px solid RED;
	border-right: 1px solid RED;
}

.reportWarning {
	color: RED;
	font-weight: bold;
}