
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height:100%;
	background-color: black;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=80);
}

#box 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 20%;
	width: 400px;
	height: 382px;
	margin-left:230px;
	border:1px solid black;
	background-color: white;
	z-index:101;
}

#boxtitle
{
	padding:0;
	padding-top:4px;
	text-align:center;
}