/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(http://www.sitelab.nl/projects/iww/pix/screen_bg.gif); 
	
	/* dimensions after the growing animation finishes  */
	width:450px;
	height:300px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(http://www.sitelab.nl/projects/iww/pix/but_close.gif);
	position:absolute;
	right:10px;
	top:11px;
	cursor:pointer;
	height:14px;
	width:15px;
	padding:0px;
}

div.ifholder {
	padding:5px;
	height:290px;
	width:440px;
}

:focus {
	outline: 0;
}