 /*
Created by Carol Phillips  
*/


fieldset {  
position: relative; /* ie specific */
float: left;  
clear: left;  
width: 475px;
color: #666666;
font-size: .90em; 
margin: 0 0 .65em 0;  
padding: 0;
padding-top: 0.25em;
border: 1px solid #cccccc;
background-color: #e6edd1;
}
fieldset.alt {
background-color: #d9ddc6;
} 
legend {
position: relative; /* ie specific */ 
left: -7px; /* ie specific */ 
top: -0.75em; /* ie specific */
margin-left: 1em;  
color: #668033;  
font-weight: bold; 
} 
fieldset ol {  
padding: 0.25em 1em 0 .85em; /* top padding ie specific */ 
list-style: none; 
} 
fieldset li {
float: left;  
clear: left;  
width: 100%;   
padding-bottom: .45em; 
} 
fieldset.submit {  
float: none;  
width: auto; 
border: 0 none #FFF;  
padding-left: 15em; 
background-color: transparent;
}

/* -- label display -- */
label {  
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right;
font-weight: normal;
background-color: transparent; 
}

/* -- end label display -- */

