﻿#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    font-size:12px;
    color:white;
    font-weight:normal;
    z-index: 700;
}
.modalBackground
{
    filter: Alpha(Opacity=85); -moz-opacity:0.85; opacity: 0.85;
    width: 100%; height: 100%; background-color: white;
    position: fixed;
    z-index: 700;
    top: 0px; left: 0px;
}
.modalPix
{
    position: relative;
    top: -262px;
    left: -262px;
    z-index: 1000;
    width: 525px; 
    height: 384px; 
    padding-top: 130px;
    padding-bottom: 60px; 
    padding-left: 60px; 
    background-image: url(/images/VoucherAlert_background.png);
    background-repeat: no-repeat;  
}

.modalContainer
{
    position: fixed;
    width: 525px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

p.modalPix-title-text{position: relative;
    top: -70px;
    left: 20px;color:White;font-size: 20px;width: 360px;text-align: center;}
p.modalPix-top-text{color:White;font-size: 16px;width: 360px;}
p.modalPix-bottom-text{color:White;width: 360px;}
span.create-span{text-decoration:underline}
span.product-name-span{ color: red;font-weight: bold;}


.modalPix-bottom-text .product-name-span {
    float: none;
    margin-left: 0;
}