/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	background-image:url(../images/new_site/white.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	/* 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 div.close {
	background-image:url(../images/new_site/close_ga.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.apple_overlay_EE_Login 
{
	display:none;
	background-image:url(../images/new_site/white_login.png);
	width:280px;
	height:280px;		
	padding:35px;
	font-size:11px;
}


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

/* default close button positioned on upper right corner */
.apple_overlay_EE div.close {
	background-image:url(../images/new_site/close_ee.png);
	position:absolute; right:-10px; top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.apple_overlay_Alert {
	display:none;
	background-image:url(../images/new_site/fondo_alert.png);
	width:213px;		
	height:107px;
	font-size:14px;
	color:#000000;
}

.apple_overlay_AlertInfo {
	display:none;
	background-image:url(../images/new_site/white.png);
	width:270px;
	height:270px;
	font-size:12px;
	color:#000000;
}




