/* the overlayed element */
.apple_overlay_cms {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(overlay-white.png);
	_background-image:url(overlay_white_ie6.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:540px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;

}

/* default close button positioned on upper right corner */
.apple_overlay_cms div.close {
	background-image:url(close.png);
	position:absolute; right:18px; top:18px;
	cursor:pointer;
	height:20px;
	width:20px;
}

.apple_overlay_cms h1, 
.apple_overlay_cms p {color:#21304a; font-size:11px;}
.apple_overlay_cms a {color:#21304a; font-size:11px; text-decoration:underline;}
.apple_overlay_cms a:hover {color:#21304a; font-size:11px; text-decoration:none;}

.apple_overlay_cms h1 {background:none; margin:0; border:none; padding:0; padding-bottom:5px; font-size:13px; font-weight:bold; text-transform:uppercase;}

.apple_overlay_cms p { width:500px;}
.apple_overlay_cms .txtscroll { padding-top:10px;overflow:auto; width:540px;height:380px; }
