/* BOX 3*/
.videoItem .boxBorderUpper .boxBorderUpperMiddle,
.videoItem .boxBorderLower .boxBorderLowerMiddle {
	width: 290px;
}

.videoItem .boxContent {
	background: url(../../../page/img/box.content.3.png) repeat-y top;
	width: 290px;
}

.videoItem {
	width: 306px;
	overflow: hidden;
	position: relative;
}

.videoItem .boxContent {
	height: 333px;
}

.videoItemCol0 {
	float: left;
	left: 0px;
}

.videoItemCol1 {
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.videoItemCol2 {
}

.videoItem .boxContent .editButtons{
	margin: 3px 3px 3px 3px;
	float: right;
}

.videoItem .boxContent .videoContainer{
	background: url(../img/video.background.png) no-repeat;
	height:80px;
	width: 290px;
	padding: 0px 0px 5px 0px;
	margin-top: 15px;
	z-index: 1;
}
.videoItem .boxContent .videoContainer .videoTitle {
	padding: 8px 15px 3px 5px;
	margin: 0px 55px 0px 10px;
	font-weight: bold;
	border-bottom: 1px solid #8a8a8a;
}
.videoItem .boxContent .videoDescription{
	padding: 5px 10px 8px 10px;
	height: 45px;
	overflow: hidden;
}

.video_item_video {
	width: 288px;
	height: 233px;
}

.videoItem form {
	margin: 0px 0px 0px 20px;
}


