div.CWReviewsEvaluateReview div.evaluationButtons p.exeptional span.CWButtonRight span {
	padding: 0 28px 0 28px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.veryhelpful span.CWButtonRight span {
	padding: 0 20px 0 19px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.helpful span.CWButtonRight span {
	padding: 0 32px 0 31px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.somewhathelpful span.CWButtonRight span {
	padding: 0 21px 0 20px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.nothelpful span.CWButtonRight span {
	padding: 0 28px 0 27px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.offtopic span.CWButtonRight span {
	padding: 0 36px 0 36px;
}

/* checkmarks */
div.CWReviewsEvaluateReview div.evaluationButtons a.CWButtonNoCheck span.CWButtonRight span,
div.CWReviewsEvaluateReview div.evaluationButtons p.offtopic a.CWButtonNoCheck span.CWButtonRight span {
background: none;
}

/* safari hack */

/*\*/
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.exeptional span.CWButtonRight span {
	padding: 0 27px 0 27px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.veryhelpful span.CWButtonRight span 
{
	padding: 0 20px 0 20px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.helpful span.CWButtonRight span {
	padding: 0 32px 0 31px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.somewhathelpful span.CWButtonRight span {
	padding: 0 20px 0 20px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.nothelpful span.CWButtonRight span 
{
	padding: 0 28px 0 27px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.offtopic span.CWButtonRight span 
{
	padding: 0 36px 0 36px;
}
/**/
