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


#box 
{
	display: none;
	position: absolute;
	float:center;
	top: 20%;
	left: 35%;
	width: 210px;
	height: 80px;
	padding: 40px;
	margin:0;
	border: 0px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:290px;
	height:24px;
	padding:0;
	padding-top:8px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #ffffff;
	background-color: #D4492D;
	color:white;
	text-align:center;
	font-family:Arial;
	font-size:12px;
}



