.formHeader,
.formMiddle,
.formFooter {
	background: transparent url("images/support_form_bg.gif") no-repeat scroll 0 0;
	width: 707px;
}

.formHeader {
	height: 18px;
}

.formMiddle {
	background-position: -710px 0;
	background-repeat: repeat-y;
	overflow-y: auto;
	padding: 0 30px;
	width: 647px;
}

.formFooter {
	background-position: -1420px bottom;
	height: 24px;
}

.h1 {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.formMiddle .fieldset {
	margin-bottom: 36px;
	padding-bottom: 12px;
}

.content {
	color: #404040;
	font-size: 12px;
	line-height: 16px;
}

div.fieldset {
	border: 1px solid #808080;
	margin-top: 20px;
	position: relative;
}

div.fieldsetTitle {
	background: #F2F2F2 none repeat scroll 0 0;
	left: 8px;
	padding-right: 12px;
	position: absolute;	
	text-indent: 4px;
	top: -8px;
}

.formMiddle table td {
	padding-top: 8px;
	vertical-align: top;
}

.formMiddle .formTable {
	margin: 8px 12px 0;
}

.formMiddle p.content {
	margin-top: 10px;
}

.reqfield {
	color: red;
}