#notification {
   position: fixed;
   left: 0;
   top: 0;
   z-index: 9999;
   width: 100%;
   height: 100%;
   min-width: 100%;
   background: url(/template/style/po/kids/gfx/mask.png);
}

* html #notification {
   position: absolute;
   top: expression((offset=document.documentElement.scrollTop||document.body.scrollTop)+'px');
   background: transparent;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/style/po/kids/gfx/mask.png',sizingMethod='scale');
}

* html.popup body {
   height: 100%;
}

* html.popup select,
html.popup object {
   visibility: hidden;
}