IE version not support few of CSS formating, all browser is not support all same defined CSS style .
If your not supported style is more then defined one stylesheet. else just defined style in header.php. in Below Condition.
<!–[if IE 7]>
<style type=”text/css”>
/* Put your style here */
</style>
<![endif]–>
or
<!–[if IE 8]>
<style type=”text/css”>
/* Put your style here */
</style>
<![endif]–>