
#videoLeft {
	width: 482px;
	float: left;
}

#videoRight {
	float: right;
}

#player {
	
}

.videoDescription {
	border: solid 0px #ccc;
	margin: 10px 10px 10px 0px;
	width: 482px;
}

/* Sharing */

#videoSharing {
	width: 482px;
	/* width: 254px; */
	margin-bottom: 10px;
}

#videoSharing form {
	border: solid 1px #ccc;
}

#videoSharing h2, #otherVideos h2 {
	padding: 2px 2px 1px 3px;
	margin: 0px 0px 0px 0px;
	background: url(/images/title-bg.gif) repeat-x;
	font-size: 16px;
	color: white;
}

#videoSharing input {
	width: 31em;
}

#videoSharing div.fieldset {
	padding: 3px 2px;
}

#videoSharing label {
	width: 4em;
}

#videoSharing div.fieldset span.label {
	float: left;
	width: 4em;
}

#videoSharing div.fieldset a:hover {
	text-decoration: underline;
}

/* Other */

#otherVideos {
	width: 254px;
	margin-top: 0px;
}

#otherVideos .video {
	border: solid 0px black;
}

#otherVideos .video .image {
	background-color: black;
	text-align: center;
}

#otherVideos .video h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}