
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 1700px;
	height: 2500px;
	background-color: #999999;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=70);
	
}
#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 35%;
	padding: 48px 48px 20px 48px;
	margin:0;
	border: 5px solid #555555;
	background-color: #FFFFFF;
	z-index:101;
	overflow:none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:8px 0 0 8px;
	margin:0;
	text-align:left;
	font-weight:bold;
	font-size:120%;
}
