/* the overlayed element */
.apple_overlay {
	display:none;
	width:640px;		
	padding:20px;
	background:#e8e8e8;
	border:solid 1px #dcdcdc;
	font-size:12px;
	z-index:10000;   
    color:#efefef; 
}

.apple_overlay div.close {
	background-image:url(../imagens/bt_close-trans.png);
	position:absolute; right:-20px; top:-20px;
	cursor:pointer;
	height:34px;
	width:34px;
}

.contentWrap {
    overflow-y:auto; 
}