.pageBody {
	top: 0px;
	position:relative;
	
}
.pageBody form {
	width: 100%;
	overflow: hidden;
}
.pageDesc {
	padding: .5em;
	background-color: #e0e0e0;
	border-bottom: 2px solid #c0c0c0;
}
.ratings {
	margin: 0 0 1em;
	width: 100%;
	overflow: hidden;
	line-height: 2em;
}
.rating-L {
	float: left;
	margin-right: 1em;
	white-space: nowrap;
}
.rating-R {
	float: left;
	margin-left: 1em;
	width: 300px;
}

