﻿/* 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; 
}

.smthm {
  clear: both;
}

#petmed a {
 height: 3em;
 text-align: left;
}

#creations a {
 height: 6em;
 float: left;
 text-align: left;
}

#personal a {
 height: 6em;
 float: left;
 text-align: left;
}
