/* -- Contact Page Style Sheet -- */
.form-field {
	display: block;
	clear: left;
	margin: .1em 0;}
	
.form-field label {
	display: block;
	float: left;
	margin-right: 1em;
	width: 10em;
	overflow: hidden;}
	
textarea {
	width: 95%;}