
/* the overlayed element */
div.overlay {
	background-image:url(/Images/overlay-bg-white.png);
	width:600px;
	height:550px;
	display:none;
	padding:55px;
}

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

/* the overlayed element */
.apple_overlay {
	background-image:url(/Images/overlay-bg-white.png);
	width:600px;
	height:550px;
	display:none;
	padding:55px;
	font-size:11px;
}

/* 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:35px;
	width:35px;
}



