fieldset
{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0; /* Add spacing between fieldset elements */
	padding: 0;  /* Remove internal padding within fieldset */
} 
fieldset ol 
{  
	position: relative;
	margin:0;
	padding: 0.5em 1em 0 0.5em;  /* give us padding on the ordered list items (except bottom) */
	list-style: none; /* turn off the natural numbering of a ordered list */
} 
fieldset li 
{  
	position: relative;
	padding-bottom: 0.25em; /* give us bottom padding on the ordered list */
}
legend 
{  
	position: relative;
	display: none;
	visibility: hidden;
} 