fieldset { 
float: left;
clear: left;
width: 100%;
border: none;
padding: 0;
}

ol {
list-style: none;
}

fieldset li { 
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
label {
position: relative;
float: left;
width: 7em;
margin-right: 1em; 
text-align: right;
}
.errtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FF0000;
}

