
#alert {
	width:640px;
	height:360px;
}

#alert div.close {
	top:0;
	right:0;
}

#alert h2 {
	background-image:url(alert.png);
	background-position:6px center;
	background-repeat:no-repeat;
	padding:10px 0 10px 60px;
	margin-top:-10px;
}

div.overlay {
	
	/* growing background image */
	background-image:url(white.png);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:360px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/**/
