
fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0px; 
	font-size: 1.2em;
}

legend {
	width: 400px;
	float: left;
	color: #000000;  
	font-weight: bold;
	font-family: sans-serif;
} 

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

fieldset li {
	padding-bottom: 1em; 
}

label {
	float: left;  
	width: 10em;
}

fieldset fieldset {  
font-size: 1em;
margin-bottom: -2.5em;  
border-style: none;  
background-color: transparent;  
background-image: none; 
} 
fieldset fieldset legend {  
margin-left: 0;  
font-weight: normal; 
} 
fieldset fieldset ol {  
position: relative;  
top: -1.5em;  
margin: 0 0 0 12.5em;  
padding: 0; 
} 
fieldset fieldset label {  
float: none;  
margin-right: auto; 
width: 200px;
}

