@charset "utf-8";
/* CSS Document */
body{font:14px Verdana, Arial, Helvetica, sans-serif; color: #333; padding: 5px; background: #FFFFFF; margin:0;}

div.scrollable
{
width:100%;
height: 600px;
margin: 0;
padding: 0;
overflow-y: scroll;
-moz-user-select: none;  
-webkit-user-select: none;  
-ms-user-select: none;  
-o-user-select: none;  
user-select: none;
}
.zastor{
position:relative;
z-index:186;
left:0;
top:-600px;
width:100%;
height:100%;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
