/* CSS Document */

legend {
	font-weight: bold;
	font: 14px Arial, Sans-Serif;
	color: #666699;
	margin-right:20px;
	margin-left:20px;
	text-align: left;
} 
fieldset ol {  
padding:0.5em 0.5em 0 0.5em;  
list-style: none; 
} 
fieldset li {  
padding-bottom: 0.5em; 
} 
fieldset.submit {  
float: left;  
/*width: auto;  */
border-style: none;  
/*padding-left: 12em;  */
}
fieldset {  
float: left;  
clear: both;  
/*width: 100%;  */
margin: 0 0 1.5em 0px;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;  
background-image: url(../images/fieldset_gradient.jpg);  
background-repeat: repeat-x; 
}

label {  
display: block; 
}



