label {
	text-align: left;
	clear: both;
	float: left;
	width: 4em;
	margin: 0px;
	padding: 0px;
}
.inputbox {
	margin-bottom: 10px;
	color: #26a;
	border: 1px solid #26a;
	background: #eed;
}
.submit-button {
	clear: both;
	color: #000;
	border: 2px outset #9cf;
	float: none;
	background: #eed;
	margin-left: 60px;
}
fieldset {
	border: 1px solid 26a;
}
legend {
	padding: 1px 10px;
	color: #000;
	background-color: #eee;
}
select {
	color: #000;
	margin-bottom: 20px;
	margin-left: 60px;
	background-color: #eee;
}
textarea {
	color: #000000;
	background: #eed;
}

