div.CWReviewsEvaluateReview div.evaluationButtons p.exeptional span.CWButtonRight span {
	padding: 0 34px 0 34px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.veryhelpful span.CWButtonRight span {
	padding: 0 46px 0 46px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.helpful span.CWButtonRight span {
	padding: 0 58px 0 59px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.somewhathelpful span.CWButtonRight span {
	padding: 0 42px 0 45px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.nothelpful span.CWButtonRight span {
	padding: 0 43px 0 43px;
}

div.CWReviewsEvaluateReview div.evaluationButtons p.offtopic span.CWButtonRight span {
	padding: 0 29px 0 28px;
}

/* 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 34px 0 34px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.veryhelpful span.CWButtonRight span 
{
	padding: 0 46px 0 46px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.helpful span.CWButtonRight span {
	padding: 0 59px 0 59px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.somewhathelpful span.CWButtonRight span {
	padding: 0 42px 0 45px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.nothelpful span.CWButtonRight span 
{
	padding: 0 43px 0 43px;
}
html>body*.CWReviewsEvaluateReview div.evaluationButtons p.offtopic span.CWButtonRight span 
{
	padding: 0 29px 0 29px;
}
/**/
