/* the overlayed element */ 
.apple_overlay {
	/* initially overlay is hidden */ 
    display:none;
	/* growing background image */ 
    background-image:url(black.png);
	width:854px;
	margin: 14px;
	padding: 25px;
}
/* default close button positioned on upper right corner */ 
.apple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	display: block;
	overflow: visible;
}
.apple_overlay p {
	margin: 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.apple_overlay h2 {
	margin: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;	
	text-align: center;
}
.apple_overlay h3 {
	margin: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;	
	text-align: center;
}