
#popupFilter{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;

	background-color: #000000;
	z-index:2000;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#popupFilterflash{
	z-index:2011;
	position: absolute;
}