@charset "UTF-8";
/* CSS Document */

div#usernotes {
	background-color: transparent;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	margin-left: 2em;
	margin-right: 2em;
	border-bottom:1px dashed;
	padding: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
}
#usernotes .foot #commentarea {
	width: auto;
}

.trailerlinks {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
}
.movieresults {
	float: right;
	height: auto;
	width: auto;
	clear: right;
}
.linksresultscontainer {
	float: right;
	height: auto;
	width: auto;
}
.starratingcontainer {
	margin-bottom: 8px;
	margin-left: 8px;
}

