.jqmWindow { display: none;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 80%;

    padding: 0 0 5px 0;

    border: 2px solid #424242; border-radius: 5px;
    box-shadow: 0px 0px 6px #7d7d7d;
    background: url('/www/core/img/icons/belka_js.png') top repeat-x #fff;

}

.jqmClose { cursor: pointer; }

.jqmButonClose	          {display: block; margin: 4px 2px 0 5px; float: right; height: 16px; background: url('/www/core/img/icons/menu_belka_ikonki.png') 100px 100px no-repeat; cursor: pointer; width: 16px; background-position:  0px  -19px;}
.jqmButonClose:hover      {width: 16px; background-position:  0px  0px;}

.jqmOverlay { background-color: #333; z-index: 5000;}

#jqmNaglowek { padding: 4px 5px 5px 0px; height: 28px;  cursor: move;}
#jqmZawartosc { padding: 0 6px 6px 6px;	position:absolute; bottom: 5px; top:30px; right:0; left:0; overflow: auto; clear:both; margin:15px auto;}

#jqmTytul {padding: 0 0 0 10px; margin: -4px 0; font-size: 22px; color: #fff; float: left; cursor: default;}