
/* Entire Rating Block */
div.RatingModule {height:60px;background:url(/images/hotornot_scale.gif) no-repeat 50px 20px;margin:0;padding:0; }
form.RatingForm { }
fieldset.RatingFieldset { }

/* Header and Description */
legend.RatingHeader { }
div.RatingDescription { }
div.RatingDescription p { }

/* Voting Options Block and Response Options */
div.RatingVote { }
span.RatingResponseItem {float:left;margin:0px 2px 0px 0px;}
label.RatingResponseNumerical {margin-right:2px;width:8px !important;}
html>body label.RatingResponseNumerical {margin-right:2px;width:16px !important;}
label.RatingResponseText { }
img.RatingResponseImg { }

/* Voting Submission */
div.RatingVoteSubmit { }
input.RatingVoteButton {margin:0;padding:0;}

/* Results Block and Header */
div.RatingResults { }
span.RatingResultsLabel { }
span.RatingResultsText { } /* Used for Custom Results Text */

/* Response Option Results */
span.ResponseList { }
dt.RatingResponseNumerical { display:none;}
dt.RatingResponseText { }
dd.ResponsePercent { display:none;}
/* If Necessary: [span.ResponseList dl.Even] and [span.ResponseList dl.Odd] */

/* Response Average Results */
dl.RatingResponseAverage { }
dl.RatingResponseAverage dt { }
dl.RatingResponseAverage dd { }

/* Response Total Votes */
dl.RatingResponseTotal {display:none; }
dl.RatingResponseTotal dt { }
dl.RatingResponseTotal dd { }
