/**
 * @page      Style Fixes for All Internet Explorers
 *
 */

/**
 * Float Switch. Add more elements as required.
 */
#pageShell,
#headFrame,
#pageFrame,
#pagePanel,
#coreFrame,
#mainFrame,
#moreFrame,
#menuFrame{
  zoom:                      1;
  }

/**
 * Sets IE Base Font Size to 10px to match the Base Size we set for other
 * browsers, but allows IE users to use the browser widget in addition to our
 * settings for zooming text. Remember to use ems or % when applying font rules
 * in the theme style sheet.
 */
body{
  font-size:                 62.5%;
  }

/**
* Fix for IE5+ to IE6 for to make min-width work 
*/
* html div#pageFrame { 
   width: expression( document.body.clientWidth < 991 ? "990px" : "auto" ); /* set min-width for IE */
   min-width: 990px; /* sets min-width value for all standards-compliant browsers */
}

* html div#headFrame { 
   width: expression( document.body.clientWidth < 991 ? "990px" : "auto" ); /* set min-width for IE */
   min-width: 990px; /* sets min-width value for all standards-compliant browsers */
}

.ms-advsrchText a {  bottom: 12px; }
.ms-advsrchText span {  bottom: 12px; }
.checkboxlabel {  margin-bottom: 12px; } 

.checkboxes label { margin-bottom: 12px; } 