/* -------------------------------------------------------------- 
   
   Boilerplate ie.css
   * Contains hacks for Internet Explorer < IE7
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
#wrapper { text-align: left; }

/* Keeps IE6 from cutting pulled/pushed images */
ul, ol { position: relative; }

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom: 1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left: 2em; }



/* SimpleModal IE Styles */

body { height: 100%; }
.modal-overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
iframe.modal-overlay { background: none; opacity: 0; filter: alpha(opacity=0); z-index: 100; }
.modal-window {	position: absolute;	top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight / 2) + 'px'); }
.close-window { background-image: url(); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/close-button.png,sizingMethod=crop); }
