form div.formfield {
	clear: both;
}

form div.formfield label {
	display: block;
	width: 150px;
	float: left;
}

form div.formfield input,
form div.formfield textarea,
form div.formfield select {
	display: block;
	width: 150px;
	float: left;
}

form div.formfield textarea {
	width: 250px;
	height: 150px;
}

div.form_text {
	clear: both;
}
form input.submitbutton {
	background-color: #C1D72E;
	border: 1px solid #94A420;
	color: #fff;
	margin-right: 5px;
	margin-left: 150px;
}
form input.button_left {
	margin: 0;
}