form#freeform input.text-field {
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	margin: 0px 0px 6px 6px;
}
form#freeform label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
}
form#freeform br {
	clear: both;
}
form#freeform textarea {
	float: left;
	margin-left: 6px;
	width: 300px;
	height: 150px;
}

.button-submit {margin-left:6px;}
