﻿/* popup_box DIV-Styles*/

#popup_box { 
	
	
	display:none; /* Hide the DIV */
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6 */  
	 height: 550px;  
	 width: 400px;  
	/* height: 516px;  
	width: 687px;  */

	background:#FFFFFF;  
	 top: 25%;
     left:35%; 
     
    /*  top: 10%;
     left:23%; */
	z-index:100000023; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	margin:0 auto;
     min-height: 376px;
     min-width: 400px;  
    /*  min-height: 516px;
     min-width: 687px;   */
	
	/* additional features, can be omitted */
	border:1px solid #068fdd;  	
	padding:9px;  
	font-size:15px;  
	overflow: hidden;

	-moz-box-shadow: 0 0 5px #068fdd;
	-webkit-box-shadow: 0 0 5px #068fdd;
	box-shadow: 0 0 5px #068fdd;
}

a{  
cursor: pointer;  
text-decoration:none;  
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {

	font-size:15px;  
	line-height:15px;  
	right:3px;  
	top:10px;  
	position:absolute;  
	color:#014b94;  
	font-weight:500;  	
}

#popupBoxClose1 {

	font-size:15px;  
	line-height:15px;  
	right:3px;  
	top:10px;  
	position:absolute;  
	color:#014b94;  
	font-weight:500;  	
}