﻿.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup 
{
    width: 580px;
    height: 394px;
    /*
    background-image:url(./_img/popup_bg_design2.png);
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    */
}

.BGOrder1
{
    background-image:url(./_img/popup_bg_design1.png);
    background-repeat:no-repeat;
    width: 580px;
    height: 394px;
    padding-top: 1px;
}

.BGOrder2
{
    background-image:url(./_img/popup_bg_design2.png);
    background-repeat:no-repeat;
    width: 580px;
    height: 394px;
    padding-top: 1px;
}
