
/* the overlayed element */
.apple_overlay {
	display:none;
	background-image:url(../images/overlay/white.png);
	width:647px;
	height:515px;
	padding:30px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:36px;
	width:36px;
}
