fieldset {  	
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #BFBAB0;  
	background-color: #FAFAFA;
	background-image: url(/images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

legend {  	
	margin-left: 1em;  
	padding: 0;  
	color: #000;  
	font-weight: bold; 
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent; 
	background-image: none; 
}

label {  
	position: relative;  
	float: left;  
	width: 10em;  
	margin-right: 1em;
}

label em {  
	position: absolute;  
	left: 10em;  
	top: 0;
}
