form.contact {
	display : block;
	clear : both;
}
form.contact fieldset {
	border : none;
}
form.contact legend {
	font-size : 1.1em;
	font-weight : bold;
}
form.contact div.input {
	clear : both;
	margin : 0.2em 0px;
}
form.contact div.input label {
	float : left;
	width : 10em;
}
form.contact div.input input, form.contact div.input textarea {
	display : inline;
	font-family : sans-serif;
	font-size : 1em;
	width : 30em;
}

