
#filterwhite
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	margin:0;
	 background-color: #CCA; 
/*	background-color: black; */
	z-index:10;
	opacity :.55;
	filter : alpha(opacity = 55);
}


#boxwhite 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 25%;
	width: 500px;
	/*height: 75px;*/
	padding: 15px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	opacity :1.0;
	filter: alpha(opacity=100);		
}

#boxtitlewhite
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-right:10px;
	padding-top:5px;
	margin:0;
	/*border-bottom:4px solid #3CF;
	background-color: #EEF3F6;*/
	color:white;
	text-align:right;
	


}


.filterwhite
{
	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);
}


.boxwhite 
{
	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 :.55;
	filter: alpha(opacity=50);		
}

.boxtitlewhite
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:350px;
	height:24px;
	padding:0;
	padding-top :4px;
	padding-left:8px;
	margin:0;
	border-bottom : 4px solid #3CF;
	background-color: #EEF3F6;
	color:white;
	text-align:right;
}
