﻿.modal-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.4;
    display: none;
}

.modal-window {
    z-index: 101;
    display: none;
    position: fixed;
    opacity: 1;
}

.modal-close-container {
    height: 29px;
    margin-top: -29px;
    padding-bottom: 8px;
    text-align: right;
}

img.modal-close-button {
    cursor: pointer;
}
