
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000; 
	z-index:200;
	opacity:0.8;
	filter: alpha(opacity=80);
}


#box 
{
	display: none;
	position: absolute;
	top: 150px; 
	left: 30%;  
	width: 300px;
	height: 200px;
	padding: 0;
	margin:0;
	border: 10px solid white;
	background-color: white;
	z-index:201;
	overflow: none;
}

#boxclose
{
	position: absolute;
	bottom: 0;
	right : 0;
}

#boxcontent
{
	position:absolute;
	top:0;
	left:0;
	margin:0;
/*	padding: 8px,8px,15px,0px; */
	background-color:#CCC;
	overflow: none;
	width:300px;
	height:170px;
}
