
/* the overlayed element */
.apple_overlay.normal {
	display:none;
	background-image:url('/common/img/jquery/overlay/white.png');
	width:640px;
	padding:40px 8px 5px;
	font-size:11px;
}
.apple_overlay {
	display:none;
	background-image:url('/common/img/jquery/overlay/white_top.png');
	width:640px;
	padding:40px 8px 5px 9px;
}
.apple_overlay.black.normal {
	background-image:url('/common/img/jquery/overlay/transparent.png');
	color:#fff;
}
.apple_overlay.black {
	background-image:url('/common/img/jquery/overlay/transparent_top.png');
	color:#fff;Ê
}
.apple_overlay_wrapper {
	background-image:url('/common/img/jquery/overlay/white_bottom.png');
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 30px 40px;
}
.apple_overlay_wrapper.black {
	background-image:url('/common/img/jquery/overlay/transparent_bottom.png');
}
/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/common/img/jquery/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

