#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=80);
}
#newslettercancel {
	text-align: right;
	float: right;
}



#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;
	height: 200px;
	padding: 48px;
	margin:0;
	border: 0px solid black;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:0px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:0px solid #3CF;
	color:white;
	text-align:center;
}

