/*
div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/empty.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(images/voted.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(images/over.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

*/

.auth-vote-btn {
	background-color: #dc1e28; 
	color: #fff; 
	font-weight: bold; 
	padding: 6px 20px; 
	margin-right: 10px; 
	text-transform: uppercase; 
	text-decoration: none!important;
}

