.snoovelrate	{
	border: 0px;
	background:transparent;
	background-image:url(../gfx/ratingpoints.png); 
	background-repeat:no-repeat;
	width: 70px;
	height: 14px;
	
	}
.snoovelball	{
	border: 0px;
	background:transparent;
	background-image:url(../gfx/ratingpoints.png); 
	background-repeat:no-repeat;
	width: 14px;
	height: 14px;
	cursor:pointer;
	}

.snoovelball::-moz-focus-inner {
	border:0 none;
}
.zero {
	background-position:-70px 0px;
}
.one {
	background-position:-56px 0px;
}
.two {
	background-position:-42px 0px;
}
.three {
	background-position:-28px 0px;
}
.four {
	background-position:-14px 0px;
}
.five {
	background-position:0px 0px;
}

.smalltitle {
	color:#0075BB;
	font-size:10pt;
	font-weight:bold;
}

.smalltext {
	font-size:8pt;
	font-weight:normal;
}
