#popup_box { 
	display:none; /* Hide the DIV */
	position:absolute;  
	_position:absolute; /* hack for internet explorer 6 */  
	background:#FFFFFF;
	z-index:1002; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	margin-left: 15px;  
	margin-top:50px;
	/* additional features, can be omitted */
	border:2px solid #000000;  	
	padding:15px;  
	font-size:15px;  
	border-radius:15px;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
	padding-top:29px;	
	min-height:120px;
	min-width:360px
}

#container {
	position: fixed;
	display: none;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-color: #333;
	opacity: .5;
	filter: alpha(opacity=40);
	margin: 0;
	padding: 0;
	border: 0;
}

a{  
cursor: pointer;  
text-decoration:none;  
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size:20px;  
	line-height:15px;  
	right:30px;  
	top:5px;  
	position:absolute;  
	color:#6fa5e2;  
	font-weight:500;  	
}


/*
     FILE ARCHIVED ON 19:15:51 Mar 05, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:09:12 Aug 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.555
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.026
  esindex: 0.011
  cdx.remote: 7.621
  LoadShardBlock: 3494.773 (3)
  PetaboxLoader3.datanode: 3450.338 (4)
  load_resource: 177.854
  PetaboxLoader3.resolve: 106.878
*/