
#filter
{
	display:none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fbfaf6;
	z-index:100;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#box 
{
	display: none;
	position: absolute;
	top:25%;
	left:40%;
	width: 400px;
/*	height: 500px;
	margin-left:auto;
	margin-right:auto;*/
	padding: 0px;
	border: 0px solid black;
	background-color:#FFFFFF;
	z-index:101;
	overflow: none;
	float:left;
}
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
/*	width:496px;
	height:24px;*/
	padding:0;
	padding-top:0px;
	left-padding:0px;
	margin:0;
	border-bottom:0px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}



