﻿/****** Jquery Main Modal Popup Styles */

/* Z-index of #mask must lower than #boxes .window */  
#mask {  
    position:absolute;
    left:0px;
    top:0px;
    z-index:9000;
    background-color:Gray;
    display:none;
}  
#boxes .window {  
    position: fixed;
    top: 5%;
    left: 50%;
    height:500px;
    display:none;  
    z-index:9999;  
    text-align:left;
}  

/* Customize your modal window here, you can add background image too */  
#boxes {  
    width:780px;
    background-color:transparent;
}
.PopupContentTD 
{
    height:300px;
    background-color:White;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:0px;
}
.ClosePopup:link 
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}
.ClosePopup:Visited 
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}
.ClosePopup:Active 
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}
.ClosePopup:Hover 
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:White;
    text-decoration:underline;
}
  

/****** Jquery EzPay Modal Popup Styles */

/* Z-index of #mask must lower than #boxes .window */  
#EzPaymask {  
    position:absolute;
    left:0px;
    top:0px;
    z-index:9000;
    background-color:Gray;
    display:none;
}  
#EzPayboxes .window {  
    position: fixed;
    top: 10%;
    left: 50%;
    width:734px;
    height:500px;
    display:none;  
    z-index:9999;  
    text-align:center;
}  

/* Customize your modal window here, you can add background image too */  
#EzPayboxes {  
    width:780px;
    background-color:transparent;
}

