
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	float:right;
	position: absolute;
	top: 60%;
	left: 38%;
	width: 212px;
	height: 80px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: #F0F0F0;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:308px;
	height:18px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #D32C39;
	background-color: #F0F0F0;
	color:#D32C39;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif
}



