#content {
	font-size: small;
}
#content h1 {
	font-size: x-large;
	font-weight: normal;
}
#content h2 {
	font-size: medium;
	font-weight: normal;
}
fieldset {
	position: relative;
	float: left;
	clear: both;
	top: -15em;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #E1E1B4;
}
legend {
	font-weight: bold;
}
legend span {
	position: absolute;
	width: 31.5em;
	left: 0.74em;
	top:0;
	padding: 0.1em 0 0.1em 0.4em;
	margin-top: 1.5em;
	font-size: 125%;
	color: #FFFFFF;
	background-color: #7F92A4;
}
fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.4em;
}
fieldset li span.error {
	color: red;
	font-size: 75%;
}
fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;;
	padding-left: 13em;
	background-color: #FFFFFF;
	margin-bottom: 2em;
}
label {
	position: relative;
	float: left;
	width: 10em;
	text-align: left;
	margin-right: 1em;
	padding: 0.2em 0.5em 0.2em 0.4em;
	background-color: #EFEFEF;
}
label em {
	position: absolute;
	left: 11em;
	top: 0.7em;
}
label em img {
	position: relative;
	top: -3px;
}
label strong {
	position: absolute;
	left: 38em;
	top:0.2em;
	width: 19em;
	color: #C00;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}
label strong img {
	position: absolute;
	left: -23.8em;
	top: 1px;
}
fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	width: 10em;
	margin-left: 0;
	font-weight: normal;
	padding: 0.2em 0.5em 0.2em 0.4em;
	background-color: #EFEFEF;
}
fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 13.5em;
	padding: 0;
}
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
	background-color: transparent;
}
