
/* the overlayed element */
.apple_overlay_bsk {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(white_bsk.gif);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:230px;
	height:121px;
	
	/* some padding to layout nested elements nicely  */
	padding:60px 21px 21px 21px;

	/* a little styling */	
	font-size:11px;
	color:#ffffff;
}

/* default close button positioned on upper right corner */
.apple_overlay_bsk div.close {
	background-image:url(button_zurueck_dark.jpg);
	position:absolute; 
	left:21px; 
	top:123px;
	cursor:pointer;
	width:64px;
	height:31px;
}

#overlay_div h1 { padding-bottom:20px; }
/*
#overlay_div p { width:98%; }
*/
.apple_overlay_bsk p{
	margin:0;
	margin-bottom:10px;
	width:100%;
	line-height:16px;
}
