/* the overlayed element */
div.overlay {
	/* growing background image */
	background-image:url(../images_core/white.png);
	/* dimensions after the growing animation finishes  */
	width:800px;
	height:600px;
	/* initially overlay is hidden */
	display:none;
	text-align: left;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images_core/close.png);
	position:absolute;
	cursor:pointer;
	height:30px;
	width:30px;
}


/* black */
div.overlay.black {
	background:url(../images_core/transparent.png) no-repeat        !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../images_core/petrol.png) no-repeat        !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
#overlay p {
	text-align: left;
}
.overlay_content {
	padding: 10px;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 30px;
	text-align: left;
}
button {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#blank {
	background-image: none;
}
#left a img {
	border: 3px solid #FFF;
}
