#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.7;
	filter : alpha(opacity=70);
	z-index:1000;
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 748px;
	height: 500px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	overflow: none;
	z-index:1000;
}

#boxheader
{
	width:747px;
	height:20px;
	padding:0;
	padding-top:2px;
	margin:0;
	border-bottom:1px solid black;
	background-color: #939393;
	color:white;
	text-align:center;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(../../images/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}

#boxcontent
{
	position:absolute;
	top:30px;
	left:5px;
	right:0;
	bottom:0;
	padding: 8px;
	overflow: none;
	width:725px;
	height:450px;
	background-color: white;
}