.video_nw {
	width: 7px;
	height: 33px;
	background: transparent url(/video/top_left.gif) no-repeat 0 0;		
}

.video_n {
	height: 33px;
	background: transparent url(/video/top_mid.gif) repeat-x 0 0;	
	cursor:move;
	width: 100%;
}

.video_ne {
	width: 7px;
	height: 33px;
	background: transparent url(/video/top_right.gif) no-repeat 0 0;		
}

.video_e {
	height: 100%;
	width: 4px;
	background: transparent url(/video/center_right.gif) repeat-y 0 0;	
}

.video_w {
	height: 100%;
	width: 3px;
	background: transparent url(/video/center_left.gif) repeat-y 0 0;		
}

.video_sw {
	width: 3px;
	height: 17px;
	background: transparent url(/video/bottom_left.gif) no-repeat 0 0;			
}

.video_s {
	height: 17px;
	background: transparent url(/video/bottom_mid.gif) repeat-x 0 0;	
	width: 100%;
}

.video_se {
	width: 17px;
	height: 17px;
	background: transparent url(/video/bottom_right.gif) no-repeat 0 0;			
}

.video_sizer {
	width: 17px;
	height: 17px;
	background: transparent url(/video/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.video_close {
	width: 16px;
	height: 16px;
	background: transparent url(/video/close.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.video_resize {
	width: 16px;
	height: 16px;
	background: transparent url(/video/resizer.gif) no-repeat 0 0;
	position:absolute;
	top: 10px;
	right:28px;
	cursor:pointer;
	z-index:1000;
}

.video_title {
	float:left;
	height:14px;
	font-size:16px;
	text-align:left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-indent: 2px;
	width:100%;
	color:#4d4e50;
}

.video_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background:#989898;
}

