.popup-video-overlay
{
	background: #fff;
}
.popup-video
{
	width: 495px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: 180px;
	text-align: left;
}
	.popup-video-top
	{
		padding-top: 12px;
		background-image: url('../images/video/popup-top.png') !important;
		background: url('../images/video/popup-top.gif') no-repeat top;
	}
	.popup-video-bottom
	{
		padding-bottom: 12px;
		background-image: url('../images/video/popup-bottom.png') !important;
		background: url('../images/video/popup-bottom.gif') no-repeat bottom;
	}
	.popup-video-bg
	{
		padding: 0px 15px;
		background-image: url('../images/video/popup-bg.png') !important;
		background: url('../images/video/popup-bg.gif') repeat-y center;
	}
	.popup-video-close
	{
		float: right;
		padding: 0px 5px;
		margin-right: 15px;
		line-height: 24px;
		color: #fff;
		border-left: 1px solid #fff;
	}
	.popup-video h3
	{
		margin: 0px;
		margin-bottom: 5px;
		font-size: 11pt;
		padding: 0px 5px;
		line-height: 24px;
		color: #666664;
		background: url('../images/video/popup-title.gif') repeat-x;
	}
	.popup-video ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		.popup-video ul li
		{
			padding: 3px;
			border-top: 2px solid #fff;
		}
			.popup-video ul li.odd { background: #F0F0F0; }
			.popup-video ul li.even { background: #DDDDDD; }
		.popup-video ul li a
		{
			color: #666664;
		}