#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 23%;
	width: 860px;

	margin:0;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	valign:center;
	float:center;
	top:0;
	left:0;
	width:860px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:4px solid #0089d4;
	background-color: #001B53;
	color:#FFCC00;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}

