div.overlay {
	background-image:url(/overlay/white.png);
	width:600px;
	height:470px;		
	display:none;
	padding:55px;
}

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

div.overlay.black {
	background:url(/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

div.overlay.petrol {
	background:url(/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

.apple_overlay {
	display:none;
	background-image:url(/overlay/white.png);
	width:640px;		
	padding:35px;
	font-size:11px;
}

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

