#contactForm label     {
	display: block;
	float: left;
	width: 10em;
	text-align: right;
	padding-right: 10px;
}
#contactForm input  {
	width: 225px;
	margin-bottom: 1.2em;
	height: 20px;
}
#contactForm select {
	margin-bottom: 1em;
}
#contactForm textarea {
	height: 120px;
	width: 300px;
	margin-bottom: 1em;
}
#contactForm input:focus,#contactForm textarea:focus {
	background: #ffc;
}
