.vote-box {
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	width:60px;
	height:68px;
	margin: 10px 8px 0 0;
	border: 1px solid #c3c3c3;
	
}

.vote-wrap {
	
	margin: 0;
	padding: 0;
	width:60px;
	height:68px;
	color:#898989;
}
.vote-title {
	font-size: 10px;
	line-height: 10px;
	padding:0;
	margin:0;
}


.vote-wrap a, .vote-wrap a:link,
.vote-wrap a span.vote-text, .vote-wrap a:link span.vote-text {
	font-weight: normal;
	color: #000000;
}
.vote-count , .vote-counted {
	margin: 0;
	padding: 4px 0 0 0;
	overflow: visible;
	width:60px;
	height:30px;
	font-size: 1.9em;
	line-height: 100%;
	cursor: default;
}
	
.vote-text {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 60px;
	height: 32px;
	text-decoration: none;
	cursor: pointer;
	overflow:hidden;
	font-size: 0.8em;
	background: url(stars.png) center top no-repeat;
	
}
.vote-text:hover {
	background: url(stars.png) center bottom no-repeat;
}
.voted-text {
	left:0px;
	top:48px;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 60px;
	height: 32px;
	cursor: default;
	font-size: 0.8em;
	background: url(stars.png) center bottom no-repeat;
	
}
