.rateyourmovie{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.rateyourmovie_filmposter{
	float: left;
	margin: 0 3px 3px 0;
}
.rateyourmovie_name{
	float: left;
	width: 95px;
	margin-top: 3px;
}
.rateyourmovie_name a{
	font-weight: bold;
}
.rateyourmovie_date{
	float: left;
	margin-top: 3px;
	color: gray;
	font-size: 10px;
}
.rateyourmovie_rating{
	float: left;
	width: 80px;
	height: 16px;
	background-image: url(../images/stars.png);
	background-repeat: no-repeat;
}
.note1{ background-position: 0 -16px; }
.note2{ background-position: 0 -32px; }
.note3{ background-position: 0 -48px; }
.note4{ background-position: 0 -64px; }
.note5{ background-position: 0 -80px; }
.note6{ background-position: 0 -96px; }
.note7{ background-position: 0 -112px; }
.note8{ background-position: 0 -128px; }
.note9{ background-position: 0 -144px; }
.note10{ background-position: 0 -160px; }
.rateyourmovie_comments{
	clear: both;
	font-size: 11px;
}