fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 0px solid #CFD8E9;
	background-color: #FFFFFF;
}

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

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

label strong {
	display: block;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
}

.fieldError {
	border: 2px solid;
	color: #8E1214;
}
