div#commentForm
{
margin: 0px 20px 0px 20px;
display: none;
}
<div id="commentForm">
</div>

hr {
	border: 0
	width: 80%;
	color: #f00;
	background-color: #f00;
	height: 5px;
}
