#main
{
	position:static;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	overflow: auto;
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 642px;
	height: 482px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow:hidden;
}

#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:1px;
	padding: 8px;
	overflow: auto;
	width:640px;
	height:480px;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}

#boxcroix
{
	position:absolute;
	left:627px;
	top:0px;
}