﻿#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 200;
}
.popup
{   
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 300;
    padding: 12px;
    font-size: 13px;
    min-width:200px;
}
.popup h1
{
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
.popupClose
{
    font-size: 14px;
    line-height: 14px;
    right: -10px;
    top: -10px;
    position: absolute;    
    font-weight: 700;
    display: block;
    cursor: pointer;
    width:40px; height:40px;
    border: 0;
}

.popupBag
{
    z-index:300;
    position:relative;
}

.popupClose{background: url(../Images/close-button.png) no-repeat 0 0;}
.popupClose:hover{background: url(../Images/close-button-over.png) no-repeat 0 0;}