/* CSS Document */
#loading2 {
width: 110px;
height: 23px;
padding:9px 0px 0px 7px;
position: absolute;
/*background: darkblue url(gfx/load.gif) 5px 8px no-repeat;*/
background: white;
color:black;
text-align: center;
top: 10px;
left: 3px;
z-index: 5000;
display: none;
opacity:0.7;
filter: alpha(opacity=70);
font-size:8pt;
}
/* przykrycie calej strony */
#covering {
width: 100%;
height: 100%;
z-index: 200;
position: absolute;
top:0px;
left:0px;
background: #000;
display: none;
opacity:0.2;
filter: alpha(opacity=20);
}
/* end przykrycie calej strony */
#SystemMessage {
z-index:200;
position:absolute;
display: none;
margin:0px auto;
}
#SystemMessage .top {
width:419px;
height:5px;
font-size:1px;
background:url(gfx/messageTop.png) top left no-repeat;
}
#SystemMessage .content {
width:399px;
padding:5px 10px 20px 10px;
background:#fff;
line-height:1.3;
}
#SystemMessage .bottom {
width:419px;
height:5px;
background:url(gfx/messageBottom.png) top left no-repeat;
font-size:1px;
}
#SystemMessage .pR { background:#fff;}
#SystemMessage .close {
width:63px;
height:20px;
position:absolute;
top:-16px;
right:10px;
cursor:pointer;
background:url(gfx/messageClose.gif) bottom left no-repeat;
}
