.leaveComment{
	border-top:1px solid #CCC;
	}
.leaveComment h2{
	font-size:1.4em;
}
.leaveComment h3{
	font-size:1.3em;
}
.postComment{
	border-bottom:1px solid #CCC;
	padding:20px 0;
	}
.commenter, .commentDate{
	float:left;
	width:50%
	}
.commenter h4 {
	margin:0;
	}
.commentDate{
	color:#666;
	text-align:right;
	}
.btn-primary{
	background: rgb(118,24,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(118,24,42,1) 0%, rgba(88,14,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,24,42,1)), color-stop(100%,rgba(88,14,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(118,24,42,1) 0%,rgba(88,14,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(118,24,42,1) 0%,rgba(88,14,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(118,24,42,1) 0%,rgba(88,14,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(118,24,42,1) 0%,rgba(88,14,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76182a', endColorstr='#580e1a',GradientType=0 ); /* IE6-9 */
	
	color:#FFF;
	margin:10px 15px;
	}