
/* the overlayed element */


#exposeMask{
position: absolute; top: 0px; left: 0px; width: 1158px; height: 946px; display: block; opacity: 0.8; z-index: 9998; background-color: gray;	
}

.apple_overlay {
	
	
/*	display:none;*/
	
	
	background-image:url(./theme/white.png);
	

	
	
	width:640px;		
	
	
	padding:35px;

	
	font-size:11px;
}

/*.apple_overlay*/
/* default close button positioned on upper right corner */
 .apple_overlay .close {
	background-image:url(./theme/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
