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

fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}

legend {
	margin-left: 1em;
	font-weight: bold;
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 0.5em;
}

fieldset.submit {
	border-style: none;
	text-align: center;
}
