.add-comment .add-comment-form{
	display: none;
}
.add-comment.active .add-comment-form{
	display: block;
	/*background-color: #dbedf9;*/
	background-color: #e5e5e5;
	border-bottom: 1px solid #a1bed3;
	border-top: 1px solid #a1bed3;
	padding: 20px 40px;
	clear: both;
}
.add-comment.active .add-comment-link{
	display: none;
}
.add-comment-0{
	margin: 10px 0 20px;
}
.add-comment-0 .add-comment-link .btn
{
	padding: 5px 10px;
	background-color: #333;
	color: #FFF;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid #f3f0eb;
}
.comment{
	padding-left: 20px;
	background-color: rgba(200, 200, 200, 0.2);
}
.comment-inner{
	 padding-top: 20px;
	 padding-right: 20px;
}
.comment hr{
	border-width: 0;
	border-bottom: 1px solid #e5e5e5;
}
.comment .author{
	color: #004B91;
	font-weight: bold;
}
.comment .created{
	font-size: 0.8em;
	float: right;
}
.comment .message{
	margin-top: 10px;
	margin-bottom: 10px;
}