#videobox {
	position:absolute;
	top:50px;
	width:663px;
	height:586px;
	z-index:50;
	border: #0099FF 3px solid;
	background-color: #0099FF;
	padding: 2px;
	overflow: visible;
	left: 318px;
	display:none;
	}
#videoTop
{
	height: 16px;
	overflow: 30px;
	background-image: url(ajax/video_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
	width: 644px;
}
#videoTopContent
{
	margin-right: 13px;
	background-image:url(ajax/video_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 17px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#videoMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#videoMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#videoClose
{
	position: absolute;
	right: 10px;
	top: 4px;
	cursor: pointer;
}
#videoBottom
{
	position: relative;
	height: 270px;
	background-image: url(ajax/video_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#videoBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(ajax/video_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#videoResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#videoContent
{
	position:absolute;
	top: 25px;
	left: 14px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 0px;
	border: 1px solid #6caf00;
	height: 556px;
	width: 642px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#videoContent *
{
	margin: 0px;
}
.videotransferer2
{
	border: 1px solid #6BAF04;
	background-color: #008fd4;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
	.videofechar {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	width: 100px;
	height: 25px;
	float: right;
	background-color: #0099FF;
	margin-right: 4px;
	margin-top: 4px;
	}
