#application {
	width: 800px;
	text-align:left;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

fieldset {  
position: relative;  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px solid #BFBAB0;  
border-left: 1px solid #BFBAB0;
border-right: 1px solid #BFBAB0;
background-color: #F2EFE9;
}
 
fieldset.alt {  
background-color: #E6E3DD;
}

legend {  
padding: 0;  
color: #000;  
font-weight: bold; 
}

legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 135%;
}

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

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

fieldset.submit {  
float: none;  
width: 647px;  
padding-top: 1.5em;  
padding-left: 12em;  
background-color:#EFF2F3;
border-top: 1px solid #BFBAB0;  
border-left:none;
border-right:none;
border-bottom:none;
}

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

label strong img {  
position: absolute;  
left: -16em;
}

fieldset fieldset {  
margin-bottom: -2.5em;  
border-style: none;  
background-color: transparent;  
background-image: none;
}

fieldset fieldset legend {  
margin-left: 0;  
font-weight: normal;
}

fieldset fieldset ol {  
position: relative;  
top: -1.5em;  
margin: 0 0 0 11em;  
padding: 0;
}

fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto;
}
