﻿/* Video Player CSS */
#popFlashVoices {
	background: transparent url(../images/bg-pop-voices.gif) no-repeat;
	width:539px;
	height:576px;				
}
#popFlashVoices #popFlashTitle{
	float:left;
	width:199px;
	height:33px;
	margin:20px 0 0 30px;
}
#popFlashVoices #closeFlash{
	float:right;
	margin:20px 20px 0 0;
	/*margin:20px 40px 0 0;*/
}
#popFlashVoices #flashNoPlay{
	float:left;
	margin:250px 0 0 80px;
}
#popFlashVoices #flashNoPlay .flashSmallLogo{
	float:left;
}
#popFlashVoices #flashNoPlay .flashNoPlayText{
	float:left;
	margin:10px;
}
#popFlashVoices #flashNoPlay .flashNoPlayText span{
	font-size:12px;
	font-family:arial;
	color:#5E94AE;
	line-height:19px;
}
#popFlashVoices #flashNoPlay .flashNoPlayText a{
	font-family:arial;
	font-size:12px;
	color:#BF8302;
	line-height:19px;
}
.message .ui-dialog-titlebar { display: none; } 
.ui-widget-overlay {
	background:#000000;
	background-image: none;
	filter:alpha(opacity = 60);
	opacity:0.3;
}

.ui-widget-content {
	background: none;
	border: none;
}
#popFlashVoicesDialog
{
	overflow:hidden; 
	background-color:White;
	padding: 0;
	margin: 0;
	width:950px;
	height:560px;
	z-index: 10000;
}
#videoDialogOverlay {
			filter:alpha(opacity = 50);
			-moz-opacity:.5;
			opacity:.5;			
			left:0;
			top:36px;
			*top:32px;
			z-index:1001;
			position:absolute;
			background-color: #000000;
			display:none;
}