/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/sendToFriend.png);
	
	/* dimensions after the growing animation finishes  */
	width:592px;
	height:536px;		
	
	/* initially overlay is hidden */
	display:none;
	padding:0px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	background-repeat:no-repeat;
	position:absolute;
	cursor:pointer;
	right:2px;
	top:9px;
	width:50px;
	height:60px;
}
