/*----------------------------------------------------------------------
  FILENAME: ie-common-fixes.css
  DESCRIPTION: Styles defined here apply to all versions of IE only.
----------------------------------------------------------------------*/

/* Fieldset hack to stop fieldset background bleeding */
form fieldset {
    position: relative;
    margin-top: 1em;
}

fieldset legend {
    position: absolute;
    top: -0.5em;
    left: 1.2em;
}
