fieldset {
	margin: 1.5em 0 0 0;
}
label strong {
	font-size: 85%;
	color: #FF0000;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	
}

legend {
	margin-left: 1em;
	color: #0099FF;
	font-weight: bold;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	position: relative;
	text-align: left;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	}
fieldset li {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 0.2em;
	
	}
fieldset.submit {
	float: none;
	width: auto;
	border: 0px none #FFF;
}
label em {
	position: absolute;
	left: 10em;
	top: 0px;
}
/*form {border:1px solid white;}
div {border:1px solid white; width:150px; overflow:auto;}*/


 
