
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#box 
{
	display: none;
	position: absolute;
	height: 250px;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -150px;
	padding: 0px;
	opacity: 1;
	border: 1px solid black;
	background-color: white;
}

#box2
{
	display: none;
	position: absolute;
	height: 200px;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -150px;
	padding: 0px;
	opacity: 1;
	border: 1px solid black;
	background-color: white;
}

#box3
{
	display: none;
	position: absolute;
	height: 100px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -125px;
	padding: 0px;
	opacity: 1;
	border: 1px solid black;
	background-color: white;
}

#box4
{
	display: none;
	position: absolute;
	height: 500px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -200px;
	padding: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid black;
	background-color: #ACA;
}

#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}

