﻿#backgroundPopup
{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #7F8EAB;
    border: 1px solid #7F8EAB;
    z-index: 1;
}
#popupClose
{
  
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}
