fieldset {
	width: 99%;
	padding: 0 0 10px;
	border-style: solid;
	border-color: #5e8fa8;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 01.5em;
}
legend {
	margin-left: 1em;
	color: #5e8fa8;
	padding: 0 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
fieldset ol{
	padding: 1em 1em 0;
	list-style: none;
}
fieldset ol li p{
	
	list-style: none;
	padding-top: 10px;
	font-style: italic;
	font-size: 10px;
}
fieldset li{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	font: 12px Arial, Helvetica, Geneva, sans-serif;	
}
fieldset.submit {
	border: 0 none #fff;
	width: auto;
	background-image: none;
	text-align: center;
}
label{
	float: left;
	width: 9em;
	margin-right: 1em;
	text-align: right;
	font-size: 13px;
}
fieldset fieldset{
	background-color: transparent;
	background-image: none;
	margin-bottom: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1em;
}

fieldset fieldset legend{
	margin-left: 20px;
}

fieldset fieldset ol{
	position: relative;
	top: 0em;
	margin-right: 0;
	margin-top: 0;
	margin-left: 11em;
}

fieldset fieldset label{
	float: none;
	width: auto;
	margin-right: auto;
}

.required {
	font-size: 12px;
	text-align: right;
}
