#content div.content h1
{
	font-weight: bold;
	position: relative;
	display: block;
	clear: both;
	font-size: 20px;
	line-height: normal;
	width: 930px;
	margin: 0 0 0 -150px;
	padding: 11px 15px 12px;
	background-color: #808080;
	color: white;
	font-weight: bold;
	border-top: 1px solid #727684;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#616775), to(#474950));
	background: -moz-linear-gradient(top,  #616775,  #474950);
	background: -o-linear-gradient(top,  #616775,  #474950);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616775', endColorstr='#474950');)
	z-index: 4;
}

#content div.content form#reply-form
{
	padding: 0;
	margin: 0 15px;
}