.starsselect {position: relative;overflow: hidden}
.starsselect .star {background: url("star.png") left top no-repeat;width: 24px;height: 22px;float: left;margin-right: 3px;cursor: pointer}
.starsselect .star.active {background-position: left bottom}

.review-stars {margin: 15px 0}
.review-star {background: url("star2.png") left top no-repeat;width: 17px;height: 15px;float: left;margin-right: 3px;cursor: pointer}
.review-star.active {background-position: left bottom}

#review-form {overflow: hidden;border-bottom: 1px solid #d4d4d4;padding-bottom: 20px;margin-bottom: 30px}
#review-form h3 {text-transform: uppercase}
#review-form .row {margin: 0.5em 0;clear: both}
#review-form .reviewform-rating-col {float: left}
#review-form .btn-row {float: right;margin-top: -30px}
#review-form label {float: left;line-height: 34px;margin-right: 10px;font-size: 16px}
#review-form textarea {height: 130px;width: 950px;float: right;margin-bottom: 20px}
#review-form input {width: 378px;float: right;}
#review-form .reviewform-rating-col label {width: 170px;line-height: 22px}