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


#box 
{

	display: none;
	position: absolute;
	top: 20%;
	left: 18%;
	width: 650px;
	height: 415px;
	margin:0;

	z-index:101;
	overflow: none;
}

#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
{
font-weight:bold;
color:#d70808;
font-size:14px;
text-decoration:none;
}


