@charset "utf-8";
div.cont div.left {
	position: relative;
	float: left;
	width: 380px;
}

div.cont div.right {
	position: relative;
	float: left;
	width: 350px;
	margin-left: 15px;
}

label.name {
	margin-right: 56px;
}

label.phonenumber {
	margin-right: 15px;
}

label.email {
	margin-right: 9px;
}

label.message {
	margin-right: 38px;
}

textarea {
	width: 250px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input#button {
	margin-left: 87px;
}

span.error {
	font-weight: bold;
	color: #F00;
}