@charset "utf-8";
/* CSS Document */

legend {
	margin: 0px;
	padding: 0px;
}
fieldset ol {
	padding-top: 1.25em;
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend span {
	margin-top: 1.25em;
}
fieldset fieldset legend{
	top: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	display: inline;
}

