﻿/* popup*/
.PopupContainer {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: rgba(0, 0, 0, .9);
    display:none;
    overflow: hidden;
}

.popopen{
    position:absolute;
    z-index:19;
    display:block;
    top:70px;
    left:0px;
}

.top70 .popopen{
    top:70px;
}

.os-internal-ui-dialog-titlebar {
    min-height: 50px;
}

.PopupContainer-close {
    background: url(/WebPatterns/img/PopupCloseWhite.png?36&16201&1701) no-repeat;
    right: 20px;
    top: 20px;
    position:relative;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.PopupContent iframe{
    border: 1px solid #272726;
}