#comment_form .error {
	color: red;
	border-color: red;
}

#commentError {
	color: red;
	font-style: bold;
	float: left;
}

#comments {
	margin-top: 50px;
}

#comments form {
	margin-bottom: 70px;
	position: relative;
}

#comments textarea {
	resize: vertical;
}

#comments #commentPost {
	float: right;
}
#comments .comment {
	border: 1px solid #E5E4E3;
	padding: 5px 10px;
	margin-top: 10px;
}

#comments #commentNameBlock, #comments #commentEmailBlock {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
}

#comments #commentEmailBlock {
	float: right;
}

#comments .comment .commentDate {
	float: right;
	font-size: .8em;
}

#comments .comment .commentName {
	font-weight: bold;
}




#commentFormOverlay {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 35px 15px;
	margin-left: -15px;
	margin-top: -15px;
	cursor: pointer;
}

#commentFormOverlayMessage {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	cursor: pointer;
}