﻿.videooverlay {
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 15;
}
.videoholder {
	width:421px;
	height:413px;
	z-index: 16;
	position: absolute;	
	font-family: Arial, Helvetica, sans-serif;
}
.videoholder #upperleft, .videoholder #upperright, .videoholder #bottomleft, .videoholder #bottomright {
	background-position: top left;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	position: absolute;
}
.videoholder #upperleft {
	background-image: url(../images/vb_upperleft.png);
	top:0px;
	left:0px;
}
.videoholder #upperright {
	background-image: url(../images/vb_upperright.png);
	top:0px;
	right:0px;
}
.videoholder #bottomleft {
	background-image: url(../images/vb_bottomleft.png);
	bottom:0px;
	left:0px;
}
.videoholder #bottomright {
	background-image: url(../images/vb_bottomright.png);
	bottom:0px;
	right:0px;
}
.videoholder #top 
{
    position: absolute;
	background-image: url(../images/vb_top.png);
	top:0px;
	left:40px;
	height:29px;
	width:341px;
	background-position: top left;
	background-repeat: repeat-x;
}
.videoholder #bottom 
{
    position: absolute;
	background-image: url(../images/vb_bottom.png);
	bottom:0px;
	left:40px;
	height:29px;
	width:341px;
	background-position: top left;
	background-repeat: repeat-x;
}
.videoholder #left 
{
    position: absolute;
	background-image: url(../images/vb_left.png);
	top:40px;
	left:0px;
	height:333px;
	width:40px;
	background-position: top left;
	background-repeat: repeat-y;
}
.videoholder #right 
{
    position: absolute;
	background-image: url(../images/vb_right.png);
	top:40px;
	right:0px;
	height:333px;
	width:40px;
	background-position: top left;
	background-repeat: repeat-y;
}
.videoholder #content 
{
    position: absolute;
	background-color: #333;
	width:341px;
	height:355px;
	top:29px;
	left:40px;
	color:#53bbc7;
	text-align:left;
}
.videoholder #content img {
	position: absolute;
	right:0px;
	bottom:0px;
}
.videoholder #content #video {
	margin-top:11px;
	margin-bottom:12px;
	width:340px;
	height:192px;
}
.videoholder #content #persistentlink {
	outline:none;
	margin:0px;
	margin-left:3px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
}
.videoholder #content a img {
	border:none;
}
.videoholder #content hr {
	margin:16px 0px 21px 0px;
	padding:0px;
	height:1px;
	border:none;
	border-top:#666 1px solid;
}
.videoholder #content #urltext {
	font-weight: bold;
	color:#FFF;
	font-size: 12px;
}
.videoholder #content a {
	color:#53bbc7;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
.videoholder #content a:hover {
	text-decoration: underline;
}
