#order_survey_form div.star {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/modules/ordersurveys/img/star-no.png) no-repeat scroll 0 0 transparent;
}

#order_survey_form div.star_on, #order_survey_form div.star_hover {
    background: url(/modules/ordersurveys/img/star.png) no-repeat scroll 0 0 transparent;
}

#order_survey_form div.star a, #order_survey_form .star a {
    display: none;
}

#order_survey_form div.star:after, #order_survey_form div.star.star_on:after{
    content:'' !important;
}
#order_survey_form .star_content .cancel{
    display:none;
}
#order_survey_form .star_content div.star, #order_survey_form .star_content div.star_on{
    display:inline-block !important;
    float: initial;
    margin:0px;
}
#order_survey_form .star_content div.radio span{
    background:none;
}
#order_survey_form .star_content div.radio{
    margin:1px 3px !important;
}