@charset "utf-8";
/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	background-image:url(../images09/overlay/white.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:555px;
	font-size:11px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images09/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

		/* page styles */
a:active { outline:none;}
:focus {-moz-outline-style:none;}

/* use a semi-transparent image for the overlay */

#overlay {
	background-image:url(../images09/overlay/transparent.png);
	color:#efefef;
	height:420px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:420px;
	overflow-y:auto;
}

div.contentWrap h1 {padding-bottom: 10px !important; margin: 0;}
