Create an new css document and link to it from your html page using the following filter:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iestyles.css" />
<![endif]-->
Where iestyles.css is your css document containing all the rules which will be only applied if IE browser is detected.