

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.form_label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0px;
	font-weight: normal;
	width: 150px;
}



input.contact,
textarea {
	width:280px;
	float: left;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}
textarea
{
	height:150px;
}

form{
	margin: 0;
}
button
{
	float:right;
	width:282px;
	border:1px solid #000;
}
