div#overlay {
left:0;
position:fixed;
top:0;
z-index:9999;
}
div#iframe_div {
z-index:10000;

}
* html div#overlay, * html div#iframe_div {
position:absolute;
}
#overlay {
background-color:#E4E4E4;
display:none;
height:100%;
opacity:0.7;
visibility:visible;
width:100%;

}
#iframe_div {
display:none;
left:50%;
margin-left:-297px;
margin-top:50px;
overflow:hidden;
position:absolute;
top:0;

}
#iframe_div .iframe_top {
background:transparent url(../img/div_top.gif) no-repeat scroll 0 0;
height:23px;
text-align:right;
width:593px;
}
#iframe_div .close {
margin:3px 5px 0 0;
}
#iframe_div .iframe_bottom {
background:transparent url(../img/div_bottom.gif) no-repeat scroll 0 0;
height:23px;
position:relative;
text-align:right;
width:593px;
}
#iframe_div .rozmiar {
color:#FFFFFF;
float:left;
font-weight:bold;
margin-left:5px;
margin-top:4px;
}
#iframe_div .zamknij {
color:#FFFFFF;
float:right;
font-weight:bold;
margin-right:10px;
margin-top:4px;
text-decoration:none;

}
#iframe_div .iframe_content {
background:#FFFFFF none repeat scroll 0 0;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin:0;
padding:0;
width:591px;

}
#iframe {
width:100%;

}