/* rating bar styles*/
.rating_bar {
	width: 100px;
	background: url(https://www.insightsassociation.org/cv5/images/newstar_empty.png) repeat-x 0 0;
	display: inline-block;
}

.rating_bar div {
	height: 20px;
	background: url(https://www.insightsassociation.org/cv5/images/newstar_full.png) repeat-x 0 0;
}
