.apple_overlay {
		display:none;
		background-image:url(white000.png);
		width:640px;		
		padding:35px;
    	font-size:11px;
}
.apple_overlay div.close {
	background-image:url(close000.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}