div.boxCenterCenter#helpBody p{
	margin: 0;
	padding: 8px;
}
div.boxCenterCenter#helpBody h2{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
div.boxCenterCenter#helpBody h3{
	padding-left: 30px;
	background: url('/assets/images/arrow_grey.jpg') no-repeat 10px 5px;
}

div.form-key{
	float: left;
	width: 110px;
	margin: 10px 0 12px 10px;
	font-size: 0.7em;
	font-weight: bold;
	vertical-align: top;
}
div.form-value{
	float: left;
	margin: 10px 0;
	width: 260px;
	font-size: .7em;
}

p{
	float: left;
	margin: 10px 0 12px 10px;
	font-size: 13px;
}

input[type="text"]{
	background-color: #f9f9f9;
	border: 1px solid #c2c2c2;
	font-size: 16px;
	width: 400px;
}

select.help-category{
	width: 400px;
}

div.form-value textarea{
	margin:5px;
	margin-left: 9px;
	margin-top: 0;
	width: 518px;
	font-size: 16px;
	background-color: #F9F9F9;
	height: 300px;
	border: 1px solid #C2C2C2;
	font-family: Helvetica,sans-serif;
}
