
#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #000000;
	z-index:100;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#container 
{
	display: none;
 	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	z-index:1;
	position: fixed;
	color: #fff;
	overflow: hidden;
}

#box 
{
	display: none;
	
	position: absolute;
	top: 10%;
	left: 5%;
	width: 650px;
	height: 450px;
	padding: 48px;
	padding-top: 65px;
	margin:0;
	border: 1px solid black;
	background-color:  white;
	
	z-index:1001;
	overflow-y:scroll;
	overflow-x:hidden;
	behavior: scroll;
	direction: down;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#003E67;
}

#boxtitle
{
	position:absolute;
	top:0;
	left:0;
	width:728px;
	height:32px;
	padding:0;
	padding-top:12px;
	left-padding:8px;
	margin:0;
	border-top:12px solid #008C9A;
	background-color: #0a3558;
	color:white;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}


