#filter
{
	display: none;
	position: absolute;
	margin: 0px;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #434445;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
}


#box
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background: white;
	width: 400px;
	height: 200px;
	padding: 5px;
	margin-top: -100px;
	margin-left: -200px;
	border: 1px solid #484848;
	z-index:101;
	overflow: none;
}

