#blad
{ position: fixed;
width: 100%;
height: 100%;
top:0px;
left:0px;
z-index:9996;
display:none }

*html #blad
{ position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px;
z-index:9996;
display:none;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight)); }

#pop_overlay {
z-index:9997; 
display:none;
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:#000000;
filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;
}

#ekran { 
position:absolute; 
top:0px; 
left:0px; 
width:100%; 
height:100%; 
z-index:9998; 
display:none;
}