form.fivestar-widget {
    clear: both;
    display: block;
}

form.fivestar-widget select, form.fivestar-widget input {
    margin: 0;
}


.fivestar-static-form-item .form-item, .fivestar-form-item .form-item {
    margin: 0;
}


div.fivestar-widget {
    display: block;
}

div.fivestar-widget .cancel, div.fivestar-widget .star {
    float: left;
    /* RTL */
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
}


div.fivestar-widget .star, div.fivestar-widget .star a {
    background: url(../img/widgets/default/star.gif) no-repeat 0 0;
   
    text-decoration: none;
}

div.fivestar-widget .cancel a, div.fivestar-widget .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    
    cursor: pointer;
}

div.fivestar-widget div.on a {
    background-position: 0 -16px;
   
}



form.fivestar-widget div.description {
    margin-bottom: 0;
}

html.js .fivestar-submit {
    display: none;
}


.fivestar-hearts div.fivestar-widget .cancel, .fivestar-hearts div.fivestar-widget .star {
    width: 17px;
    height: 15px;
}


.fivestar-hearts div.fivestar-widget .star, .fivestar-hearts div.fivestar-widget .star a {
    background: url(../img/widgets/heart.png) no-repeat 0 0;
}

.fivestar-hearts div.fivestar-widget div.on a {
    background-position: 0 -16px;
}





