/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
fieldset {  
float: left;  
clear: both;  
width: 80%;  
margin: 0 0 0 0;  
padding: 0 0 1em 0;  
border-style: none;  
} 
legend {  
margin-left: 3.5em;  
color: #000000;  
font-weight: bold; 
} 
legend span {  
position: absolute;  
margin-top: 0.5em;  
font-size: 135%; 
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent; 
}

label {  
display: block; s
}



