fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	float:left;
	clear:left;
	width:100%;
	border: 1px solid #BFBAB0;
	background-color: #ececec;
	background-image: url(../images/fieldset-bg.jpg);
	background-repeat: repeat-x;
}
label{
	float:left;
	width:10em;
	margin-right:1em;
}
legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	padding:0;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em !important;
	padding-bottom:.3em;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
	background-color:transparent;
	background-image:none;
}

/*Subfieldsets*/
fieldset fieldset {
	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: -40px;
	margin: 0 0 0 11em;
	padding: 0;
}
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}