#comment_form{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	margin-bottom: 10px;
	float:left;
}
#comment_form input{
	border: solid 1px #53A0D4;
	width: 120px;
	background-color:#0B567F;
	color: #ffffff;
	font-weight:bold;
	font-size: 8pt;
	margin-top: 5px;
	margin-right: 6px;
}
#comment_form div.comment_inputs{
	float: right;
}
#commentpreview{
	margin: 0px 10px 0px 10px;
}
#commentpreview form{
	margin: 0px;
	padding: 0px;
}
#commentpreview form textarea{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 667px;
}
#commentpreview h2{
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#commentpreview h1{
	font-size: 10pt;
	font-weight: normal;
	color:#8B181B;
	margin: 0px;
	padding: 0px;
}
#commentpreview form input{
	margin: 0px;
	padding: 0px;
}
.form_margins{
	margin-right: 6px;
	float:right;
}
.comment{
	font-size: 10pt;
}
input.comment_button{
	border: solid 1px #53A0D4;
	width: 120px;
	background-color:#0B567F;
	color: #ffffff;
	font-weight:bold;
	font-size: 8pt;
	margin-top: 5px;
	margin-right: 6px;
}