#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fbfaf6;
	z-index:500;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box
{
	display: none;
	position:absolute;
/*	top:20%;
*/	left:10%;
	width:800px;
	/*height: 350px;*/
	/*padding: 48px;*/
	margin:0px;
	/*border: 1px solid black;*/
	background-color: white;
	z-index:1000;
	overflow: none;
	float:left;
}
#boxtitle
{
/*	position:absolute;
	float:center;
	top:0;
	left:0;
	width:516px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;*/
}





