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


#box 
{

	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 650px;
	height: 100%;
	margin:0;
	z-index:101;
	overflow: none;
	background:url(http://www.opulentuz.com/promos/promotion1.png) no-repeat;
	
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100px;
	height:24px;
	padding:0;
	left-padding:8px;
	margin:0;
	color:white;
	text-align:center;
}


.closes
{
position:absolute;
top:4px;
right:3px;
width:23px;
height:22px;
font-weight:bold;
color:#000000;
font-size:14px;
text-decoration:none;
background-color:#FFFFFF;
}

.redirect-evol { position:absolute; top:371px; right:0px;}



