@charset "UTF-8";

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=50);
}

.white_content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 535px;
    height: 698px;
    display: none;
    z-index: 1500;
    background: url('../../images/tz.png') no-repeat;

    /*display: none;*/
    /*!*margin: auto;*!*/
    /*position: absolute;*/
    /*width: 535px;*/
    /*height: 698px;*/
    /*border: 0px solid lightblue;*/
    /*background-color: yellow;*/
    /*z-index:1002;*/
    /*overflow: auto;*/
    /*background: url('../../images/tz.png');*/
}

.white_content_small {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;
    height: 50%;
    border: 16px solid lightblue;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
