/* layermini popup640*/
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	/**/
	/*background-image:url(/webhome/commons/img/overlay/white.png);*/
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
			
	/* some padding to layout nested elements nicely  */
	padding:35px;
	/* a little styling */	
	font-size:12px;
}

/*userinfo,privecy*/
.apple_w1{
	background-image:url(/webhome/commons/img/overlay/white.png);
	width:640px;
}

/*Sitemap*/
.apple_w2{
	background-image:url(/webhome/commons/img/overlay/white.png);
	width:730px;
}

 /*login*/
.apple_w3{
	background-image:url(/webhome/commons/img/overlay/white_span.png);
	width:320px;
}

/* connection home*/
.apple_w4{
	background-image:url(/webhome/commons/img/overlay/white_row.png);
	width:325px;
}

.apple_w5{
	background-image:url(/webhome/commons/img/overlay/white.png);
	width:800px;
}
.apple_w6{
	background-image:url(/webhome/commons/img/overlay/white.png);
	width:700px;
}

/*VIEW*/
.apple_w7{
	background-image:url(/webhome/commons/img/overlay/white.png);
}

/*close button*/
.apple_overlay .close {
	background-image:url(/webhome/commons/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* background image */
div.apple_overlay.black {
	/*background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);		*/
	color:#fff;
}
div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:15px;
}
div.black h2 {
	color:#fff;
}
.apple {
	cursor:pointer;
}

/*layermini popup350*/
.applemini_overlay {
	display:none;
	background-image:url(/webhome/commons/img/overlay/white.png);
	width:300px;		
	padding:35px;	
	font-size:12px;
}
/*close button*/
.applemini_overlay .close {
	background-image:url(/webhome/commons/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*layerimg popup 540*/
.appleimg_overlay {
	display:none;
	background-image:url(/webhome/commons/img/overlay/white.png);
	width:550px;
	padding:25px;	
	font-size:12px;
}
/*close button*/
.appleimg_overlay .close {
	background-image:url(/webhome/commons/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}