form fieldset {
	float: left;
	width: 180px;
	border: 1px solid #ccc;
	margin: 0 20px 20px 0;
	padding: 10px 20px 5px;
}
legend {
	color: #84596B;
	text-transform: uppercase;
	font-family: Futura;
}
label {
	font-size: 0.9em;
}
fieldset input {
	width: 85%;
	background: #EFD9DC;
	border: none;
	padding: 2px 5px;
}
fieldset select{
	background: #EFD9DC;
	border: none;
	padding: 2px 5px;
}