
.favourite {
	display: inline-block;
	width: 141px;
	height: 20px;
	background: url(../images/favourite-bg.gif) top right;
	color: #FFF;
	font-size: 10px;
	position: relative;
}


.favourite .votes {
	font-weight: bold;
	position: relative;
	top: 3px;
	left: 3px;
}

.favourite .votes .count {
	font-weight: normal;
}
.favourite .thanks {
	font-weight: normal;
	background: url(../images/favourite-thanks.gif) top right;
	color: #FFF;
	width: 71px;
	height: 20px;
	display: block;
	float: left;
	position: relative;
	font-weight: bold;
	text-decoration: none;

}

.favourite .thanks span {
	position: absolute;
	top: 3px;
	right: 10px;
}


.favourite .link a {
	background: url(../images/favourite-vote.gif) top right;
	color: #FFF;
	width: 71px;
	height: 20px;
	display: block;
	float: left;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.favourite .link a span {
	cursor: hand;
	position: absolute;
	top: 3px;
	right: 10px;
}
