﻿/* ie-style-fieldset.css */

<!--[if lte IE 7]>  
<style type="text/css" media="all">  
@import "css/fieldset-styling-ie.css";  
</style>
<![endif]-->

legend {  
position: relative;  
left: -7px; /* IE always shifts legends to the right by 7px (regardless of text size) */
top: -0.75em;
}

fieldset ol {  
padding-top: 0.25em;
position: relative;
 
}

