/* the overlayed element */


.overlay {
	padding: 0px;	
	width: 475px; 
	min-height: 766px; 
	height: 765px;
	/* overlay is hidden before loading */
	display:none;
	
	/*This is a backup bkg-color for IE and Opera which don't yet support rgba
	  This will be ignored by FF and Chrome*/
	/*background-color: rgb(160,160,180);
	background-color:rgba(160,160,180, 0.698);*/
	border:10px solid #ccc;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(255, 255, 255, 0.5);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;				
}

.overlay .close {
	background:url(../flowplayer/image/overlay/mth_close.png) no-repeat;
	position:absolute;
	top:-27px;
	right:-27px; 
	display:block;
	width:38px;
	height:38px;
	cursor:pointer;
}

#player {
	height:450px;
	display:block;
}
