
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:246px;
	height:123px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:27px;
}

/* default close button positioned on upper right corner */
div.pop_overlay div.close {
	background-image:url(/img/overlay/close.png);
	position:absolute;
	right:5px;
	top:1px;
	cursor:pointer;
	height:26px;
	width:26px;
}


/* the overlayed element */
div.pop_overlay {
	
	/* growing background image */
	background-image:url(/img/overlay/white-large.png);
	
	/* dimensions after the growing animation finishes  */
	width:820px;
	height:470px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:40px;
}
div.contentWrap {
	height:470px;
	overflow-y:auto;
}

/* default close button positioned on upper right corner */
div.overlay2 div.close {
	background-image:url(/img/overlay/close.png);
	position:absolute;
	right:5px;
	top:1px;
	cursor:pointer;
	height:26px;
	width:26px;
}

