fieldset {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #bfbab0;
	background-color: #f2efe9;
}
fieldset.alt {
	background-color: #e6e3dd;
}
legend {
	padding: 0;
	color: #333;
	font-weight: bold;
}
legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 135%;
}
fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	color: #333;
}
fieldset li.hdr {
	font-weight: bold;
}
input {
	color: #333;
	background: #ccffd5;
	border: 1px solid #001e05;
	width: 331px;
}
textarea {
	color: #333;
	background: #ccffd5;
	border: 1px solid #001e05;
}
label {
	float: left;
	width: 16em;
	margin-right: 1em;color: #333;
}
fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #fff;
	/*border: 2px outset #001e05;*/
}
.submit input {
	width: 120px;
	border: 2px outset #001e05;
}
