/* style the overlay element */
div.overlay {
	background-image:url(./white.png);
	width:320px;
	height:240px;		
	display:none;
	padding:28px 26px 40px 27px;
}
/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(./close.png);
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	height:35px;
	width:35px;
}
