#body{
	font-family:verdana;
}

#filter{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: black ; /*#CCA;*/
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box{
	display: none;
	position: absolute;
	left: 20%;
	width: 721px;
	height: 900px;
	margin:0;
	border: 2px solid white;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:509px;
	height:2px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	/*border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;*/
}
