﻿.popup_layer_bg
{
    background-color: #000000;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;   
    z-index: 99998; 
    display: none;
}
.popup_layer
{
    border: solid 10px #efefef;
    width: 500px;
    height: 360px;
    padding: 60px;
    position: absolute;    
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -250px;
    background-color: #e3e3e4;
    overflow: auto;
    z-index: 99999;
    display: none;
}

.popup_layer h2
{
    font-size: 14px;
    margin-bottom: 25px;
    color: #0076bc;
}
.popup_layer p
{
    line-height: 15px;
}
