/* the overlayed element */

/* some styling for triggers */
#donateBtns img {
	cursor:pointer;
}



.simple_overlay {
	
	background: url(../../../media/images/en/foundation/overlay_bg.png) no-repeat top left;
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	
	width:369px;	
	height:109px;
	
	position: absolute;
	
	
	/* CSS3 styling for latest browsers */

}

.simple_overlay img {
	float: left;
	margin: 15px 15px 0 15px;
}

.simple_overlay h3 {
	margin: 15px 0 10px 0;
	font-size: 13px;
	
}

.simple_overlay p {
	padding: 0 20px 0 0;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../../../media/images/en/foundation/close_btn.png);
	position:absolute;
	right:6px;
	top:-0px;
	cursor:pointer;
	height:31px;
	width:34px;
}
