#overlay {
	background-image:url(../images/transparent.png);
	color:#efefef;
	height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:500px;
	overflow-y:auto;
}

/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	background-image:url(../images/transparent.png);		
	color:#fff;
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
}

#botonoverlay {
	margin-top:10px;
	text-align:center;
}
#botonoverlay img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/* the overlayed element */
div.overlay {
	/* growing background image */
	background-image:url(../images/close.png);
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:500px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:40px;
}

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



/* the overlayed element */
.apple_overlay {
	
	display:none;
	background-image:url(../images/white.png);
	width:640px;		
	padding:35px;
	font-size:11px;
}

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


