
#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top: 13%;
	left: 25%;
	padding: 0px 0 0 0;
	margin:0;
	
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	}
	
	#filteru
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#boxu 
{
	display: none;
	position: fixed;
	top: 13%;
	left: 25%;
	padding: 0px 0 0 0;
	margin:0;
	
	z-index:101;
	overflow: none;
}

#boxtitleu
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	}
