#ObramowanieKomunikatu {
    display: none;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: fixed;
}

#TloKomunikatu {
    display: none;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: fixed;
    opacity: 0.8;
}

#RKomunikat {
    display: none;
    border: 2px outset;
    position: absolute;
    margin-left: -100px;
    margin-top: -75px;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 150px;
    background-color: #FFF;
}

#BelkaKomunikatu {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #0099FF;
}

#IkonaKomunikatu {
    background: url('../loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    clear: right;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    height: 64px;
    width: 64px;
    vertical-align: middle;
}


/*#IkonaKomunikatu{ float:left; margin-top:10px; margin-left:10px; display:inline-block; height:32px; width:32px;  vertical-align:middle;}
*/

#progress {
    clear: both;
    width: 90%;
    margin-left: 5%;
}

#TrescKomunikatu {
    display: table-cell;
    float: left;
    line-height: 200%;
    padding: 10px;
}

#BtZamknijKomunikat {
    display: block;
    width: 70%;
    min-height: 34px;
    height: 20%;
    margin-bottom: 20px;
    margin: auto;
    background-color: #06e;
    color: #FFF;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
}

#BtZamknijKomunikat:hover {
    background-color: #0099FF;
}

#BtZamknijKomunikat:active {
    background-color: #8df;
    border: 2px solid #FFFFFF;
}

#imgWrocKomunikatu {
    float: left;
    margin-left: 10px;
    padding: 1px;
}

#pasek {
    display: block;
    width: 90%;
    margin-left: 5%;
    background-color: #bbb;
    height: 4px;
    margin-bottom: 5px;
}

#pasek #WypelnieniePaska {
    display: block;
    height: 100%;
    width: 20%;
    background-color: #66bbff;
}