/**
 * @page      Style Fixes for non Internet Explorer Browsers
 */

body {
    font-size:               10px;
  }
/**
 * Float Fix. Add more elements as required. This code validates, but is kept
 * here for easier synching with the IE version.
 */
#pageFrame:after,
#pagePanel:after,
#coreFrame:after,
ul.horizontal:after,
ul.vertical:after{
  clear:                     both;
  content:                   "...";
  display:                   block;
  font-size:                 1px;
  height:                    0;
  overflow:                  hidden;
  visibility:                hidden;
  }
