﻿.jqPopupBackground
{
    z-index: 998;
    border: #cecece 1px solid;
    display: none;
    background: Gray;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: fixed;
    margin: 0px;
    padding: 0px;
}
.jqPopup
{
    z-index: 999;
    border: #cecece 2px solid;
    position: fixed;
    padding: 12px;
    display: none;
    background: #ffffff;
    position: absolute;
}
.jqPopup H1
{
    border-bottom: #d3d3d3 1px dotted;
    text-align: left;
    padding-bottom: 2px;
    margin-bottom: 20px;
    color: #0c2a4c;
    font-size: 20px;
    font-weight: 700;
}
.jqPopupClose
{
    position: absolute;
    line-height: 14px;
    display: block;
    color: #6fa5fd;
    font-size: 14px;
    top: 4px;
    right: 6px;
    font-weight: 700;
    cursor: pointer;
}
