#review_rating {
	/*the area containing the review stars*/
	margin-bottom:30px;	
	margin-top:30px;
	margin-left: 15px;
}

#review_rating i  {
	/*stars color and size*/
	color: #f5b917;
	font-size:30px;
	cursor: pointer;	
}

.room-review-area form.pending {
	/*css for the msg telling the user
	the feedback is under review*/
	border: 1px solid rgb(28,195,178);
	background: rgb(28,195,178,0.1);
	padding: 10px;
	margin-bottom:20px;
}


.room-review-area form.error {
	/*css for the msg telling the user
	the feedback went in error*/
	border: 1px solid red;
	background: rgb(255,0,0,0.1);
	padding: 10px;
	margin-bottom:20px;
}