#customer_checkout_form fieldset {
	float: left;
	width: 90%;
	margin: 0 1.5em 1.5em 1.5em;
	border: thin none Red;
	background-color: transparent;
	background-repeat: repeat-x;
}
.customer_info_fieldsets {
height: 180px;
}
.billing_fieldsets {
height: 425px;
}
.shipping_fieldsets {
height: 550px;
}
#customer_checkout_form legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
#customer_checkout_form fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
#customer_checkout_form fieldset li {  
padding-bottom: 1em; 
margin-left: -12px;
}  
#customer_checkout_form fieldset.submit {    
clear: both;
float: none;    
text-align: center;
width: 100%;    
border-style: none;    
margin: 0px auto 10px;;    
background-color: transparent;    
background-image: none;    
}
#customer_checkout_form fieldset.termsAndConditions {
height: 180px;
clear: both;
float: none;    
text-align: center;
width: 100%;    
border-style: none;    
margin: 0px auto 10px;;    
background-color: transparent;    
background-image: none;    
}
#customer_checkout_form label {    
float: left;    
width: 10em;    
margin-right: 1em;    
text-align: right;  
}


