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


#box 
{
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 60%;
	height: auto;
	padding: 20px;
	margin:0;
	z-index:1001;
	overflow: none;
	border-top: 2px solid #56004e;
	border-left: 1px solid #877e76;
	border-right: 1px solid #877e76;
	background: #dbd7d2;
	padding: 5px 0px 0px 0px;

}

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


