/* 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: #c00000;
color:white;
text-align: center;
top: 5px;
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: 9999;
position: absolute;
top:0px;
left:0px;
background: #000;
display: none;
opacity:0.15;
filter: alpha(opacity=15);
}
/* end przykrycie calej strony */
#SystemMessage {
width: 380px;
border: 4px #ccc solid;
z-index: 11112;
position: absolute;
background: #fff;
display: none;
padding: 10px;
/*opacity:0;
filter: alpha(opacity=0);*/
}
#SystemMessage .notka {
padding-top:5px;
}
#SystemMessageClose {
text-align:right;
clear:both;
}
#SystemMessageIcoDiv {
width: 32px;
float:left;
margin:0px 10px 5px 0px;
}
#SystemMessageTxt {
width: 338px;
float:left;
}
