#videoInfoContainer {
	float: left;
	width: 380px;
	padding-top: 1em;
}

#videoContainer {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}

.fieldValue {
	font-size: 1.6em;
	font-weight: bold;
	color: black;
}

.field {
	font-size: 1.2em;
	font-weight: bold;
	color: #7E9725;
}

#userVoteStatus {
	margin-top: 5px;
}

.star_empty {
	background: url(/global/images/stars.png) left top;
	width: 130px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	text-indent: -2000px;
}

.current_rating {
	background: url(/global/images/stars.png) left center;
	height: 27px;
}

.star_empty li a{
	z-index: 10;
	position: absolute;
	top: 0px;
}

.star_empty li a:hover {
	z-index: 5;
	background: url(/global/images/stars.png) left bottom;
	left: 0px;
}

.star_empty li a{
	width: 26px;
	height: 27px;
	display: block;
}

.one_star a{
	left: 0px;
}


.two_stars a{
	left: 26px;

}

.two_stars a:hover {
	width: 52px;
	
}


.three_stars a{
	left: 52px;
}

.three_stars a:hover{
	width: 78px;
}


.four_stars a{
	left: 78px;
}

.four_stars a:hover {
	width: 104px;
}


.five_stars a{
	left: 104px;
}

.five_stars a:hover{
	width: 130px;
}
