/* the overlayed element */ 
div.overlay { 
    background-image:url(../img/white.png);
    width:777px; 
    height:746px;
    display:none; 
    padding:5px; 
	color:#000000;
	text-align: center;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
