/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(/resources/transparent_6.png);
	color:#efefef;
	height:645px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:645px;
	/*overflow-y:auto;*/
}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	/*background-image:url(../img/overlay/white.png);*/
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:741px;		
	
	/* some padding to layout nested elements nicely  */
	padding-top:45px;
	padding-bottom:35px;
	padding-right:0px;
	padding-left:0px;
	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/resources/close.png);
	position:absolute; right:7px; top:12px;
	cursor:pointer;
	height:31px;
	width:31px;
}
