
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height : 100% ;
	padding: 8px;
	/* background-color: #CCA; */
	background-color: black;
	z-index:10;
	opacity :0.5;
	filter : alpha(opacity = 50);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 35%;
	width: auto;
	min-width:300px;
	height: auto;
	min-height:75px;
	padding: 15px;
	margin:0;
	border: 1px solid white;
	/*background-color: #003333;
	background-color: #34A817;*/
	background-color: #1f5b2a;
	z-index:101;
	overflow:inherit ;
	opacity :0.5;
	filter: alpha(opacity=50);	
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:300px;
	min-width:300px;
	height:24px;
	padding:0px;
	/*padding-top:4px;
	left-padding:8px;*/
	margin:0;
	/*border-bottom:4px solid #3CF;
	background-color: #EEF3F6;*/
	color:white;
	text-align:center;
	text-color:black;
}

.filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width:300px;
	/*height: 100% ;*/
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


.box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;
	height: 75px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: black;
	z-index:101;
	overflow: none;
		opacity :0.5;
	filter: alpha(opacity=50);		
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}

.boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top :4px;
	left-padding :8px;
	margin:0;
	border-bottom : 4px solid #3CF;
	background-color: #EEF3F6;
	color:white;
	text-align:center;
}



