/* 	author: istockphp.com*/

#backgroundPopup { 	

z-index:1;	position: fixed;	
display:none;	height:100%;	
width:100%;	background:#000000;		
top:0px;  	left:0px;}

#toPopup2 {	
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;   
 background: none repeat scroll 0 0 #FFFFFF;        
 display: none;	font-size: 14px;    
 left: 55%;    
 margin-left: -270px;    
 position: fixed;    
 top: 7%;		
 height:100%;    
 width: 400px;  
 z-index: 2;}
 
 div.loader {
 background:url("../images/loading.gif") no-repeat scroll 0 0 transparent;
 height: 32px;width: 32px;	
 display: none;	
 z-index: 9999;	
 top: 40%;
 left: 50%;	
 position: absolute;	
 margin-left: -10px;
 }
 div.close {    
 background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;    
 bottom: 24px;    
 cursor: pointer;   
 float: right;    
 height: 30px;    
 left: 27px;    
 position: relative;    
 width: 30px;}
 div#popup_content {    
 margin: 4px 7px
 ;}