.rateButton{
	background-image:url(../images/rate.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:33px;
	height:27px;
	cursor:pointer;
	background-color:#0D111A;
	padding:0;
	margin:0;
	border:none;
}

.rateButtonHover{
	background-image:url(../images/rate_over.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:33px;
	height:27px;
	cursor:pointer;
	background-color:#0D111A;
	padding:0;
	margin:0;
	border:none;
}
