div.widget {
    width: 820px;
    height: 380px;
    position: fixed;
    right: -820px;
    top: 250px;
    z-index: 10;
    background-color: #f7f7f7;
}

div.widget a.w_przycisk {
    width: 48px;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    left: -47px;
}

p.komunikat {
    margin: auto;
    margin-top: 130px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    background-color: #F7F7F7;
    font-size: 12px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    behavior: url(/css/PIE.htc);
    position: relative;
}

p.kom_ok {
    background-color: #A2D3F9;
    border: 1px solid #3495E3;
}

p.kom_blad {
    border: 1px solid #ED1612;
    background-color: #F49B9A;
}