
/* the overlayed element */
.apple_overlay {
	
	display:none;
	background-image:url(../img/transparent.png);
	width:1100px;		
	padding:35px;
	height: 3500px;
	font-size:11px;
	color: #333333;
	font-family: Verdana;
	text-align: justify;
}

.apple_overlay img {
	margin-bottom: 15px;
}

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

