div.opaque {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #000000;
}
div.container {
	position: absolute;
	z-index: 1001;
	background-color: #000000;
	border: 2px solid #565656;
}
div.close {
	position: absolute;
	z-index: 1002;
}
div#videoData {
	width: 480px;
	margin: 0;
	padding: 10px;
}
div#videoData h6 {
	font-size: 1em;
	color: #CECECE;
}
div#videoData p {
	font-size: 1em;
	color: #727272;
}
div#videoData a.download {
	padding: 1px 0 3px 15px;
	background: transparent url(../_imgn/layout/download_icon.gif) -1px 3px no-repeat;
	font-size: 0.91em;
	color: #DC1E05;
	text-decoration: underline;
}