.overlay-nl, .modal-window, .modal-window-video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.overlay-nl.ver2 .window {
    background-color: #fff;
    border-radius: 2px;
    left: auto;
    margin: -187px auto 0;
    max-width: 776px;
    min-height: 375px;
    top: 50%;
    position: relative;
}
.overlay-nl.ver2 .window a.close {
    /*background-image: url("/skin/frontend/casa_henkel/lightblue/images/bg/nloverlay-close.png");
    background-position: center center;*/
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 0px;
    top: -15px;
    width: auto;
    padding:5px;
}

.overlay-nl.ver2 .window .cont {
    padding: 40px 0 0 40px;
    width: 50%;
}