#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #4C4C4C;
	z-index:20;
	opacity:0.9;
	filter: alpha(opacity=90);
}

#box 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 359px;
	height: 300px;
	padding: 0px;	
	margin:0;
	margin-top:-200px;
	margin-left:-200px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:359px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	color:white;
	text-align:right;
	
}



