﻿.appreciateBadge{
	width: 181px;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 23px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('sprite.png') no-repeat;
	text-decoration: none;
	margin: -80px 400px -300px 50%;
	width: 181px;
	float: right;
	position: absolute;
}

.appreciateBadge.active{
	background-position:left top;
}

.appreciateBadge.active:hover{
	background-position:0 -23px;
}

.appreciateBadge.inactive{
	background-position:left bottom;
	cursor:default;
}