/*
.youtube_popup {
	background-color       : #000000; 
	padding                : 30px 0 0 0; 
	margin                 : 0; 
	position               : absolute; 
	top                    : 160px; 
	left                   : 370px; 
	width                  : 425; 
	visibility             : hidden; 
	z-index                : 1;
	layer-background-color : #000001;
}*/
.youtube_popup {
	position: fixed;
	width: 425px;
	background: #000;
	padding: 30px 0 0 0;
	height: 350px;
	visibility: hidden;
	left: 50%;
	top: 50%;
	z-index: 10000;
	margin: -175px 0 0 -212px;
	layer-background-color : #000001;
}
.youtube_popup object {
	margin  : 0;
	padding : 0;
}

.youtube_popup span {
	position : absolute; 
	right    : 10px; 
	top      : 10px;
	color    : #ffffff;
}


div.youtube_popup span a {
	color           : #ffffff; 
	font-weight     : bold; 
	text-decoration : none;
}

div.youtube_popup span a:visited {
	color           : #ffffff; 
	font-weight     : bold; 
	text-decoration : none;
}

div.youtube_popup span a:link {
	color           : #ffffff; 
	font-weight     : bold; 
	text-decoration : none;
}

div.youtube_popup span a:active {
	color           : #ffffff; 
	font-weight     : bold; 
	text-decoration : none;
}

div.youtube_popup span a:hover {
	color           : #ffffff; 
	font-weight     : bold; 
	text-decoration : none;
}


