form {
	width: 400px;
	margin: 20px auto;
}

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 #497f13;
	background-color: transparent;
}

fieldset.alt
{
	background-color: #E6E3DD;
}

legend
{
	padding: 0;
	color: #497f13;
	font-weight: bold;
}

legend span
{
	position: absolute;
	width:300px;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 100%;
	text-align:left;
}

fieldset ol
{
	padding: 2.25em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	text-align:left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset.inputs input, fieldset.inputs textarea {
	width: 160px;
}

fieldset.inputs textarea {
	height: 80px;
}

fieldset.submit
{
	float: none;
	text-align: left;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
}

label strong
{
	display: block;
	color: #CC0000;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong {
	display:none;
}

.text {
	border: 1px solid #497f13;
}