
.entry_rate
{
	position:relative;
	width:auto;
	height:22px;
}

.entry_rate .rate_down, .entry_rate .rate_up, .entry_rate .rate_count
{
	width:27px;
	height:22px;
	background-position:0px 0px;
	overflow:hidden;
	float:left;	
}

.entry_rate img
{
	width:27px;
	height:22px;
	border:none;
}

.entry_rate .rate_down
{
	background-image:url(../img/rate_down.gif);
}

.entry_rate .rate_up
{
	background-image:url(../img/rate_up.gif);
}

.entry_rate .rate_down:hover, .entry_rate .rate_up:hover
{
	background-position:0px 22px;
}

.entry_rate .rate_count
{
	width:auto;
	background-image:url(../img/bg_btn.gif);
	line-height:22px;
	font-size:15px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;	
	color:#339933;
}

