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

html>body #filter {
	height:100%;
}

#filter[id] {
	position:fixed;
	height:100%;
}

#box
{
	display: none;
	position: absolute;
	top:20%;
	left:50%;
	width: 790px;
	height: 450px;
	padding: 0;
	margin:0 0 0 -380px;
	border: 2px solid #404040;
	background-color:#000000;
	z-index:11;
	overflow: auto;
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:16px;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	left-padding:8px;
	margin:0;
	font-weight:bold;
	font-size:20px;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color:#404040;
	color:white;
	text-align:left;
}

#boxtitle
{
	font-weight:bold;
	font-size:12px;
	color:white;
	text-align:left;
	padding:4px, 4px, 4px, 4px;
	#height:30px;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 1px;
	background-image:url(../images/close.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:0px solid black;
	width:100px;
	padding-right:30px;
	height:20px;
	cursor:hand;
}

#boxcontent
{
	position:absolute;
	top:23px;
	background-color:#000000;
	left:0;
	margin:0;
	padding:8px;
}

