#contactForm {
width: 700px;
margin: 0 auto;
position: relative;
}

	.left {
	width: 300px;
	float: left;
	}
	
	.right {
	width: 400px;
	float: left;
	position: relative;
	top: 0;
	right: 0;
	}
	
	.clearer {
	position: relative;
	clear: both;
	}
	
#spamcheck {
	position: absolute;
	top: 219px;
	left: 130px;
}
