﻿#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 2000px;
    width: 100%;
    top: 0;
    left: 0; 
    background: #000;    /* border: 1px solid #cecece;*/
    z-index: 1000;
}

.popup
{
    color:#fff;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    width: 600px; /*background: #FFFFFF;*/
    background-image: url('/Images/Structure/PopupBg.png');
   /* border: 2px solid #252525; */
    z-index: 1001;
    padding: 10px;
    font-size: 13px;
    height:500px;
}

.map-popup {
    width: 700px !important;
    height:500px !important;
}

.popup h1
{
    text-align: left; /*color: #6FA5FD;*/
    color: #c7b299;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.popupClose
{
    font-size: large;
    line-height: 14px;
    color: #eee;
    font-weight: 700;
    cursor: pointer;
    font-family:Segoe UI;
}

.popupClose:Hover {
    color:#c7b299;
}

#button
{
    text-align: center;
    margin: 100px;
}

