
#filter
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color:#9a9a9a;
	z-index:100;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 25%;
	width: 616px;
	height: 670px;
	margin:0;
	text-align:center;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	color:white;
	font: 30px, bold;
}



