﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modal
{
    width: 400px;
    padding: 20px 20px 5px 20px;
    background-color: #E7EDFE;
    border: 1px solid #002980;
}
.modal h1
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}
.modal .przyciski
{
    display: block;
    width: 300px;
    margin: 10px auto;
    text-align: center;
}
.modal .przyciski input, input#ctl00_newsletter1_BNDodajClose
{
    border: 0px !important;
}
a.zamknijsie
{
    display: block;
    margin: 0px auto;
}
input#ctl00_afirmacje1_BAClose, input#ctl00_newsletter1_BNDodajClose, input#ctl00_MenuPoziome1_slownik1_BAClose, a.zamknijsie
{
    background-image: url(../grafika/afirmacje_zamknij.gif);
    width: 90px;
    height: 19px;
    cursor: pointer;
    text-decoration: none;
}
input#ctl00_afirmacje1_BANext
{
    background-image: url(../grafika/afirmacje_nast.gif);
    width: 90px;
    height: 19px;
    cursor: pointer;
}

