/* 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;
  }

#page-shell {
	padding: 20px;	
}


