#simple-overlay-div { position:fixed; top:0; right:0; left:0; bottom:0; z-index:10000; background:black; opacity:.8; filter:alpha(opacity=80) }
#simple-overlay-window { position:fixed; z-index:11000; background:white; width:600px; height:600px; border:1px solid black; }
#simple-overlay-window a.simple-overlay-window-close { position:absolute; top:-15px; right:-15px; background:url(../images/close.png) no-repeat; width:30px; height:30px; overflow:hidden; text-indent:-100px; }
#simple-overlay-window iframe { width:100%; height:100%; }