
#filter
{
	display:none;
	position:absolute;
	top: 0%;
	bottom:0%;
	left: 0%;
	width:100%;
	height: 765px;
	background-color: #000000;
	z-index:10;
	opacity:.75;
	filter: alpha(opacity=75);
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	bottom:0%;
	width: 65%;
	height: 100%;
	padding: 0;
	margin:0;
	z-index:11;
}


#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
	opacity:1;
	z-index:15;
}
#boxcontent1
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:auto;
	height:auto;
	background-color: #000000;
	z-index:-1;
	opacity:0;
	filter: alpha(opacity=0);
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}

