
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000;
	background-color: #94DAE4;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=70);
}


#box 
{
	display: none;
	position: absolute;
	top: 30%;
 
	width: 100%;
	height: 200px;
	padding: 48px;

	border: 0px solid black;
	 
	z-index:101;
	overflow: none;
 
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:0px solid #3CF;
 
	color:white;
	text-align:center;
	 	 	 
}



