
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
    z-index: 1001;
}
#box
{
	display: none;
	position: absolute;
	top: 0;
	left: 30%;
	width: auto;
	height: auto;
	padding: 2px;
	margin:0;
	z-index: 1002;
	overflow: hidden;
}



