
fieldset { float: left; clear: both; border-style: none; }
legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	}
legend span {
	position: absolute;
	margin-top: 0.5em;
	font-size: 135%;
	}
fieldset ol {
	padding: 1em 1em 0;
	list-style: none;
	}
fieldset li {
	padding-bottom: 1em;
	}
fieldset.submit {
	border-style: none;
	}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	}
fieldset.submit {
	float: right;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	}
legend {  
position: relative;  
left: -7px;  
top: -0.75em; 
} 
fieldset ol {  
padding-top: 0.25em; 
}
fieldset {  
position: relative; 
}