

@charset "utf-8";
/* CSS Document */

/* popup_box DIV-Styles*/

#popup_box { 
	display:none; /* Hide the DIV */
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6 */  
	height:100%;  
	width:50%;
	/*background:#FFF;*/
	border-radius:5px;
	border:#CC3300 solid3px;
	 top:10%;
     left:30%;
	z-index:100000000000; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	margin:0 auto;
	text-align:center;	
	/* additional features, can be omitted */
	 /*border:1px solid #0870af;*/ 
	padding:9px;  
	font-size:15px;  
	overflow: hidden;

	/*-moz-box-shadow: 0 0 5px #0870af;
	-webkit-box-shadow: 0 0 5px #0870af;
	box-shadow: 0 0 5px #0870af;
	*/
}

a{  
cursor: pointer;  
text-decoration:none;  
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {

	font-size:20px;  
	line-height:15px;  
	right:0px;  
	top:-1px;  
	position:absolute;  
	color:#6fa5e2;  
	font-weight:500;  	
}
    <style type="text/css">
<!--
.style2 {font-family: "Times New Roman", Times, serif}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {font-family: "Times New Roman", Times, serif; font-size: 9px; }
.style7 {font-family: "Times New Roman", Times, serif; font-size: 9px; font-weight: bold; }
.style9 {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; }
a {
 
}
.style10 {
	color: #000000;
	font-weight: bold;
}
.style12 {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #003366; }
-->
    </style>