/* the overlayed element */
div.overlay {
	
	/* growing background image */
	/* background-image:url(http://static.flowplayer.org/img/overlay/white.png);*/
	background-image: url(../images/overlaybgrnd.png);
	
	/* dimensions after the growing animation finishes  */
	width:480px;
	height:300px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding: 25px 35px;
}

div.overlay2 {
	
	background-image: url(../images/overlaybgrnd.png);
	width:540px;
	height:320px;		
	display:none;
	padding: 25px 15px 25px 35px;
}

/* default close button positioned on upper right corner */
div.overlay div.close, div.overlay2 div.close {
	/* background-image:url(http://static.flowplayer.org/img/overlay/close.png); */
	background: url(../images/closebox.png);
	position:absolute;
	right:-5px;
	top:-5px;
	cursor:pointer;
	height:30px;
	width:30px;
}

div.overlay p, div.overlay2 p {
	font-size: 74%;
	line-height: 150%;
	color: #666;
	}
	
div.overlay p.green, div.overlay2 p.green {
	color: #76b333;
	font-size: 90%;
	}	
	
.inset {
	float: left;
	width: 170px;
	padding-top: 10px;
	}
	
.overlaycopy {
	float: left;
	width: 310px;
	}
	
.overlaycopy2 {
	float: left;
	width: 330px;
	}			


