
.apple_overlay {
	
	display:none;
	
	background-image:url(http://static.flowplayer.org/tools/img/overlay/white.png);
	
	width:640px;		
	
	padding:35px;

	font-size:11px;
	z-index:8000;
}

.apple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:9000;
}


