/* the overlayed element */
div.overlay {
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* 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(http://static.flowplayer.org/tools/img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

#overlay {
	background: #000;
	color:#efefef;
	width:520px; height:440px; padding:40px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

div.wrap {
	height:440px;
	width:520px;
}