/*  styles for the unit rater     */
.loading {
	height: 30px;
	background: url('http://quiz-tairiku.com/image/rating/working.gif') 50% 50% no-repeat;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		
.ratingblock {
	display:block;
	border:2px dashed #dddddd;
	background:#ffffff;
	}