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

#overlay2 {
	/*background-image:url(../images/basic/transparent.png);*/
	/*background-image:url(../images/basic/white.png);*/
	color:#F0F0F0;
	height: 100%;
	width: 100%;
}

.overlay {
	cursor: pointer;
	text-align: center;
}

.overlay2 {
	cursor: pointer;
	text-align: center;
}

.overlay h4 {
	margin: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
}

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


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	/*background-image:url(../images/basic/white.png);
	background-repeat: no-repeat;*/
	background: none;
	background-color: white;
	border: 1px #aaaaaa solid;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width: 650px;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
	padding-top: 40px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/basic/close.jpg);
	position:absolute; right:325px; bottom:5px;
	cursor:pointer;
	height:35px;
	width:81px;
}