#overlay-szmp {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    background: rgba(199,197,198,.85);

    z-index: 99999;

}



#popup-szmp {

    width: 710px;

    height: 420px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin: -210px 0 0 -355px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px solid #cca861;

    background: #fff;

    padding: 4px;

}



a#popup-close {

    display: block;

    width: 40px;

    height: 40px;

    background: #cca861 url('images/popup-close.png') 50% 50% no-repeat;

    text-indent: -9999px;

    position: absolute;

    top: -1px;

    right: -41px;

}