/*
 * jrgp - 7/31/2010
 */

#unified_dark_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 30;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: .8;
	filter:alpha(opacity=80);
}


#unified_beep {
	position: absolute;
	left: -9001;
	top: -9001;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
