
/* the overlayed element */
.apple_overlay {
	/*
	display:none;
	background-image:url(/img/overlay/white.png);	
	width:640px;
	padding:35px;
	font-size:11px;
	*/

display:none;
z-index:10000;
padding: 35px;
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
}

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