/***** CONTACT FORM CSS *****/
#contactform label {
	clear: both;
	float: left;
	position: relative;
	top: 4px;
	width: 160px;
	margin-bottom: 5px;
}

#contactform h3.formsection {
	background: #999999;
	color: #ffffff;
}

#contactform h3.nomarginb {
	margin-bottom: 0;
	border: 0;
}

#contactform br {
	clear: both;
}

#contactform input, #contactform select {
	margin-bottom: 5px;
}

p.subradio {
	clear: both;
	margin-bottom: 10px;
}

p.subradio input {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#subscriptionbox {
	border: 1px solid #ebebeb;
	border-bottom: 0;
	background: #f9f9f9;
}

#piqbox {
	clear: both;
	margin: 10px 0 10px 32px;
	width: 370px;
	padding: 7px;
	border: 1px solid #999999;
	background: #ebebeb;

}

p.subradio span {
	float: right;
	width: 370px;
	margin-bottom: 10px;
}

#contactform label.error {
	margin-left: 170px;
	width: 200px;
	color: #cc0000;
	position: relative;
	top: -4px;
	margin-bottom: 10px;
}
