
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	left: 30%;
	width: 450px;
	height: 150px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
}

* html #box{width: 460px;}

#boxtitle
{
	position:absolute;
	top:0;
	left:0;
	width:546px;
	height:19px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:2px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}



