
/* the overlayed element */
.apple_overlay {
		
		
	    display:none;
	    width:315px;
		height:auto;
		padding:0px;

	

}

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