#filter
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin:0px;
	border: 1px solid black;
	background-color: #A2BECE;
	z-index:16;
	overflow: none;
}



#boxcontent
{
	width: 400px;
	position:absolute;
	top:23px;
	left:0;
	margin:0;
	padding: 0px;
	z-index:15;
}