/* the overlayed element */
.apple_overlay {
	
	display:none;
	background:#fff;
	height:500px;
	width:550px;
	padding:35px;
	border:1px solid #ccc;
}

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

#overlay {
	height:500px;
	
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:460px;
	overflow-y:auto;
	padding:20px;
}
