/* 	RATING BAR */	
.rating_cont{
	width:200px;
	height:10px;
	overflow: hidden;
	border: 1px solid #D8D8D8;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
	background: white;
}

.rating_bar{
	width: 8px;
	height: 100%;
	border: 1px solid #D8D8D8;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
	background:red;
}


#register_password_rating{
	display: none;
	margin: 6px;
	float: left;
	width: 100%;
}
#register_agreement_container{
	float: left;
	width: 100%;
}
#register_agreement{
	margin: 6px;
	width: 100%;
}
#register_sign_in_button{
	display: none;
}