
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	background-color:#7E9EA9;
}


#box_video 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 35%;
	width: 300px;
	height: 100px;
	padding: 20px;
	margin:0;
	border: 1px solid #c02f1f;
	background:white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:340px;
	height:30px;
	padding:0;
	padding-top:10px;
	text-align:left;
	background-color:#c02f1f; 
	
	/*background-repeat:repeat-x; */
	font-family:Arial; 
	font-size:14px; 
	color:#FFFFFF;
}