fieldset {
width: 400px;
margin: 0 0 0 20px;  
padding: 40px 0 0 0;
border: 0;
}

legend {
width: 300px;
margin-left: .8em;  
}

fieldset ol {  
padding: 0 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}

label {  
float: left;  
width: 10em;  
margin-right: 1em;
}