#window {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: scroll;
}
#window .content {
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 1);
    margin: auto;
    top: 155px;
    left: 14px;
}
#window .content .close {
    position: absolute;
    background: url("/img/ikonky/krizek.png") no-repeat;
    width: 9px;
    height: 9px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
