/* vote */

.vote .text {
	float:				left;	
	margin:				0 5px 0 0;
}

.noVoteStar, .VoteStar {
	float: 					left;
	display:				inline;
	background-repeat: 		no-repeat;
	width: 					15px;
	height: 				12px;
	margin:					11px 0 0 0;
}


.noVoteStar{
	background-position:	-28px 0;
}

.VoteStar {
	background-position:	1px 0;
}

#details_actions .clickable {
	cursor:				pointer;
}

#details_actions .waiter {
	width:				115px;		
}

#vote_msg,
#details_actions .waiter {
	height:				33px;
}
