div#contact{
	width: 500px;
}
div#contact label.title{
	display: block;
	float: left;
	width: 100px;
}
div#contact div.text{
	margin: 10px;
}
div#contact div.error{
	margin-bottom: 10px;
}
div#contact input.text {
	width: 300px;
}
div#contact textarea {
	width: 300px;
	height: 150px;
}
div#contact input.submit {
	width: 105px;
	margin-left: 300px;
}
div#contact div.form_error {
	text-align: center;
	color: red;
}