form {
	float: left;
	width: 550px;
	border: 0px solid #de3332;
	display: inline;
	margin-top: 30px;
	margin-left: 20px;
}
div.formelement {
	width: 100%;
	border: 0px solid black;
	margin-bottom: 2px;
	float: left;
}
input, textarea {
	color: #565656;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #e9e9e9;
	float: none;
	border-style: none;
}	
input:focus, textarea:focus, select:focus {
	background-color: white;
	border: 1px dotted #050505;
}
#label {
	color: black;
	float: left;
	border-style: none;
	display: block;
	clear: both;
	width: 120px;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 100px;
	margin-top: 2px;
}
#Header {
	clear: none;
	display: block;
	float: none;
	margin-bottom: 10px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}
#formSection1 {
	border-style: solid;
	border-width: 0px;
	float: left;
	width: 100%;
	display: inline;
	margin-bottom: 5px;
}
#label1 {
	color: gray;
	float: left;
	border-style: solid;
	display: block;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
	width: 280px;
	border-width: 0px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 5px;
}

#header2 {
	clear: none;
	display: block;
	float: none;
	margin-bottom: 20px;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 100px;
}
#header3 {
	clear: none;
	display: block;
	float: none;
	margin-top: 20px;
	margin-bottom: 5px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}
input[type="submit"] {
	float: right;
	margin: 10px 240px 1px 1px;
	width: 100px;
	background-color: gray;
	color: white;
	height: 25px;
}
input[type="reset"] {
	float: right;
	margin: 10px 240px 1px 1px;
	width: 100px;
	background-color: gray;
	color: white;
	height: 25px;
}
