label{
	width: 200px;
	float: left;
}
.warning {color:red;}
br.clearboth{ clear: both;}

#priceRegistrationForm input {
	width: 80px;
}
#priceRegistrationForm .column{
	width: 310px;
	float: left;
	margin: 5px;
}
#personalDetails { clear: both; margin-height: 2em; }
#personalDetails label {width: 240px; float: left; }
#personalDetails input { width: 160px; }

#feedbackForm h2{
	font-size: 0.9em;
	font-weight: 200;
	margin-bottom: 0.2em;
}
#feedbackForm textarea{
	width: 400px;
	height: 300px;
	font-family: verdana;
}

