@import url('layout.css');    
@import url('textformat.css');    
a{
	text-decoration:none;
}                        

a img{
	border:0;
} 
object{
	outline:0;
}
  .hidden{
	display:none;
} 
.clearfloat{
	clear:both;
}
#deactivate{
	left:0;
	top:0; 
	z-index:100;
	position:absolute;
	background:#000;
	opacity:.75;
	filter: alpha(opacity = 75);
  
	width:100%;
	height:100%;
	display:none; 
}

#videolayer{ 
	z-index:200;
	width:640px;
	height:397px;
	margin-left:-330px;
	margin-top:-210px; 
	left:50%;
	top:50%;
	position:absolute;
	padding:10px;
	background:#fff url('img/indicator.gif') no-repeat center center;
	display:none;	
}    

.close{ 
	position:absolute;
	top:-5px;
	right:-5px;
	display:block;
	width:22px;
	height:22px;
	background: url('img/close.png') no-repeat center top;
	z-index:300;        
} 




