/* CSS dla Adult Layer */

#adult_layer {
   position: fixed;
   z-index: 98;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #EEE;
   opacity: 1;
   filter: alpha(opacity = 100);
}
div#adult_layer_inner {
   position:absolute;
   z-index: 99;
   top:5%;
   left:5%;
   width:90%;
   height:90%;
   padding:0;
   background-color:#FFF;
   border:none;
   opacity: 1;
   filter: alpha(opacity = 100);
}
