
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box 
{
	display: none;
	position: absolute;
	top: 22%;
	left: 77%;
	
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:200px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #847499;
	background-color: #fff;
	font-weight: bold;
	color:#847499;
	text-align:center;
}



