.form label
{
	float: left;
	margin-top: 9px;
	color: #000000;
	font-weight: bold;
}

.form input, .form select
{
	float: right;
	width: 170px;
	margin-top: 9px;
}

.form div
{
	clear: both;
	width: 370px;
	position: relative;
	left: 35px;
}
.form textarea
{
	clear: both;
	width: 350px;
	position: relative;
	left: 15px;
	top: 8px;
}

#submit
{
	width: 100px !important;
	position: relative;
	top: 10px;
}