fieldset {
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0em;
}
legend {
	font-weight: bold;
	margin-left: 1em;
	color: #000000;
	font-size: 1em;
}
fieldset ol {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
	padding-bottom: .5em;
}
fieldset label {
	padding-right: 5px;
	float: left;
	width: 10em;
	margin-right: 1em;
	clear: left;
	background-color: #F8F8F1;
	font-size: .9em;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

fieldset.submit {
	border-style: none;
	float: none;
	width: auto;
	padding-left: 17em;
}
fieldset fieldset {
	margin-bottom: -2.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset fieldset legend {
	font-weight: normal;
	padding-left: 0px;
	top: 0px;
	background-color: #F8F8F1;
}
fieldset fieldset ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11em;
	position: relative;
	top: -1.5em;
}
fieldeset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}
