form fieldset {
	border: 0;
	margin: 1em 0;
	padding: 0;
}
form fieldset legend {
	padding: 0;
	color: black;
    font-weight: 700;
}

form legend, form label {
	font-weight: bold;
}
form fieldset label {
	font-weight: normal;
}

form label, form input {
	display: block;
	float: left;
	width: 150px;
	margin: .25em 0;
}
form br {
	clear: left;
}
form textarea {
	width: 600px;
	height: 100px;
	clear: left;
	display: block;
}

form fieldset label, form fieldset input {
	float: none;
	display: inline;
}
form fieldset label {
	padding-right: 1em;
}
form fieldset input {
	width: 15px;
}

form #name {
	width: 250px;
}
form #email {
	width: 250px;
}
form #zip {
	width: 50px;
}
form input[type="hidden"] {
	display: none;
}

#flashMessage {
	margin: 1em 0;
	font-size: 1em;
	font-weight: 700;
	color: red;
}