.max #OrderRatingForm { display: block; margin-top: 40px; }
.max #OrderRatingForm .RatingHeading { text-align: center; 
    font-family: Lato, Special Elite,sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #39B549;
}
.max #OrderRatingForm .RatingDetail { display: block; }
.max #OrderRatingForm .RatingDetail > div { display: inline-block; }
.max #OrderRatingForm .RatingDetail > .RatingName { width: 250px;  }
.max #OrderRatingForm .RatingDetail > .RatingDetail { width: 300px;  }
.max .star {
  background-position:-110px -350px;
  width:32px;
  height:30px;
  cursor: pointer;
  display:inline-block;
}
.max #OrderRatingForm .orderId { display:none; }

.max .rating-50 .star,
.max .rating-10 .star1,
.max .rating-20 .star1,.max .rating-20 .star2,
.max .rating-30 .star1,.max .rating-30 .star2, .max .rating-30 .star3,
.max .rating-40 .star1,.max .rating-40 .star2, .max .rating-40 .star3,.max .rating-40 .star4
	{ background-position:-70px -350px; }
