
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:100;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

}


#box 
{
	display: none;
	position: absolute;
	left: 30%;
	top: 17%;
	width: 525px;
	height: 625px;
	padding: 5px;
	margin:0;
	border: 5px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:0px;
	height:0px;
	padding:0;
	
	margin:0;
	
	color:white;
	text-align:center;
}



