.videos {
	padding : 0px;
}
.videos-form {
	
}
.videos-form LABEL {
	display : black;
	float : left;
	width : 100px;
	padding-top : 5px;
}
.videos-form INPUT, .videos-form TEXTAREA, .videos-form SELECT {
	width : 275px;
	margin-bottom : 5px;
}
.videos-form .buttons {
	text-align : left;
}
.videos-form INPUT.button {
	width : 150px;
	margin-left : 246px;
}

/****************************************************************************************/
.videos {
	float : left;
	width : 165px;
	padding-top : 10px;
	border-top : 1px solid #dddddd;
}
.videos .item {
	padding : 0;
	display : block;
	text-decoration : none;
}
.videos .item .head {
	padding : 5px 10px;
	background : #3878B4;
	color : #ffffff;
	font-size : 12px;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.videos .item .date {
	display : block;
	float : right;
}
.videos .item .message {
	padding : 5px 10px;
}
.videos .separator {
	margin : 10px 0;
	border-bottom : 1px solid #dddddd;
}

/****************************************************************************************/
.videos-detail {
	float : left;
	padding-right : 20px;
}
/******************************************************************************************************/
