.ui-rating .ui-rating-star, .ui-rating .ui-rating-cancel{
    width:16px;
    height:16px;
    font-size:2px;
    float:left;
    text-decoration:none;
    vertical-align:bottom;
    background-image:url(/pics/star.png);
    background-repeat:no-repeat;
}
.ui-rating a {
	cursor: pointer;
}
.ui-rating-full  {
    background-position:left top;
}

.ui-rating-half  {
    background-position:left -16px;
}

.ui-rating-empty {
    background-position:left -32px;
}

.ui-rating-cancel-empty {
    background-position:left -64px;
}

.ui-rating-cancel-full {
    background-position:left -80px;
}

.ui-rating-hover {
    background-position:left -48px;
}

.ui-check {
    width:16px;
    height:16px;
    font-size:2px;
    float:left;
    text-decoration:none;
    vertical-align:bottom;
    background-repeat:no-repeat;
		background-image:url(/pics/Checkmark.png);
		margin-left: 5px;
}

.btn_ok{
	background-color: #006600;
	color: #ffffff;
}

.betyg_omd_ruta{
	margin-left: 5px;
	margin-bottom: 10px;
	float:left;
}

.betyg_stars_on_16, .betyg_stars_off_16{
	height: 16px;
	width: 80px;
	display: block;
	clear:none;
	float: left;
	clear: none;
}

.betyg_stars_on_16{
	background-image:url(/pics/stars_on.png);
	z-index: 2;
}

.betyg_stars_off_16{
 	background-image:url(/pics/stars_off.png);
	text-align: left;
	width: 80px;
	z-index: 1;
}

.betyg_stars_on_8, .betyg_stars_off_8{
	height: 8px;
	display: block;
	background-repeat: no-repeat;
}

.betyg_stars_on_8{
	background-image:url(/pics/stars_on_8.png);
	z-index: 2;
}

.betyg_stars_off_8{
 	background-image:url(/pics/stars_off_8.png);
	width: 40px;
	z-index: 1;
}

.betyg_omd_ruta{
	width: 470px;
	margin-left: 10px;
}