﻿#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: 1;
}

#popupSubDeal
{
    background: #fff none repeat scroll 0%;
    line-height: 1;
    font-size: 12px;
    font-family: Signika,arial,sans-serif;
    margin: 0pt;
    height: 100%;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 300px;
    width: 500px;
    background: #FFFFFF;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}

#popupSubDealClose
{
    position: absolute;
    top: -13px;
    right: -16px;
    width: 31px;
    height: 31px;
    background: transparent url('/img/close.png');
    cursor: pointer;
    z-index: 1103;
}