﻿


#popup-wrapper h1{font-family:"Apex"; font-size:32px; text-transform:uppercase;}

.modalPopLite-mask
{
  position:fixed;
  z-index:9994;
  background-color:#000;
  display:none;
  top:0px;
  left:0px;
  width:100%;
}
.modalPopLite-wrapper
{width:650px;  background-color:#FFF; padding:20px; border:none;background: url(../img/background.jpg) no-repeat center center;
height:500px; overflow:auto;
    position:fixed;
    z-index:9995;
    /*display:none;*/
    /*left:-10000px;*/
	-webkit-box-shadow: 0 0px 25px rgba(0,0,0,.9);
	-moz-box-shadow: 0 0px 25px rgba(0,0,0,.9);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);   
	
    
}

/* popup */
.popBox-holder 
{
      display:none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 999;
     background-color:#000;
     filter:alpha(opacity=40);
     opacity:0.5;
     
}

.popBox-container 
{
     display:none;
     background-color: #fff;
     border:4px solid #000;
     padding:10px;
     text-align:center;
     z-index: 1000;
     	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}




.popBox-ajax-progress
{
     position: fixed;
	 left: 0px;
	 top: 0px;
	 width:100%;
	 height:100%;
	 text-align:center;
	 z-index: 99999;
	 background-color:#000;
	 filter:alpha(opacity=40);
	 opacity:0.5;
	 background-image: url('ajax-loader.gif');
	 background-repeat:no-repeat;
	 background-position:center center;
}
/* end popup */

