
	

/* the overlayed element */ 
div.overlay { 
    background-image:url('images/bg-overlay.png'); 
    width:463px; 
    height:332px;         
    display:none;
	z-index: 50;
	padding: 25px 0 0 20px;
} 

div.overlay h2{
 	font-size: 150%;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	}

div.overlay span {
 	font-size: 90%;
	padding: 0 0 10px 0;
	color: #bbbbbb;
	}
		
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(images/btn-overlay-close.png); 
    position:absolute; 
    right:15px; 
    top:15px; 
    cursor:pointer; 
    height:15px; 
    width:12px; 
} 













