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


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 25%;
	width: 520px;
	height: 350px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	text-align:center;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left: 0;
	width:520px;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:0px;
	margin:0;
	border-bottom:0px solid #fff;
	background-color: #fff;
	color:#6C726C;
	text-align:center;
}



