#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1040px;
	background-color: #CCA;
	z-index:10;
	filter: alpha(opacity=50);
	opacity:0.5;
}
#box 
{
	display: none;
	position: absolute;
	top: 60%;
	left: 30%;
	width: 400px;
	height: 200px;
	padding: 48px;
	margin:0;
	border: 8px solid #999999;
	background-color: white;
	z-index:101;
	overflow: hidden;
}

#boxtitle
{
	position:absolute;
	top:0;
	left:0;
	width:490px;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-right:8px;
	margin:0;
	/*border-bottom:4px solid #3CF;
	background-color: #09c;*/
	color:white;
	text-align:right;
}



