
/* the overlayed element */
.apple_overlay {
	
	    display:none;
	    width:500px;
		height:422px;
		padding:0px;
		overlay:hidden;
		
		-moz-border-radius:8px;
	    -webkit-border-radius:8px;
	    border-radius: 8px;
	    behavior:url(http://www.mha-mission.org/shop/skins/austere/customer/border-radius.htc);

	

}

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