.overlay-box {
	display:none;
	/*background-image:url(../img/apple-white.png);*/
	background-color: #FFFFFF;
	width:884px;
	height:450px;
	padding:8px;
	font-size:11px;
}

.box2 {width:800px; height:600px;}

/* default close button positioned on upper right corner */
.overlay-box .close {
	background-image:url(../img/close.png);
	position:absolute; right:-10px; top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
	background-color:transparent;
}

.overlay-box a, .overlay-box a:hover {border: none; text-decoration: none;}
.separador-scf img {cursor:pointer;}

.apple_overlay {
	display:none;
	width:640px;
	padding:45px;
	z-index:10000;
}

div.apple_overlay.black {
	background-image:url(../img/apple.png);
	color:#fff;
}

div.apple_overlay.white {
	background-image:url(../img/apple-white.png);
	font-size:18px;		
	color:#000;
	padding:40px;
	width:540px;
}

div.apple_overlay.white img {float: left; margin-left: 5px;}
div.apple_overlay.white ins {float: left; margin-left: 5px; cursor:pointer;}

.apple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute; right:20px; top:20px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.apple_overlay.white .close {
	right:10px; top:10px;
}

.apple_overlay a:hover {
	border: none;
}

