.favorite_button {
	cursor: pointer;
	background: none repeat scroll 0 0 #dc302e;
	border: medium none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 2px 6px;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
    	margin: 5px -10px 5px 20px;
}

.thumb_button {
	background: none repeat scroll 0 0 #dc302e;
	border: medium none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica",sans-serif;
	font-size: 14px;
	padding: 0px 6px 2px 6px;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
    	margin: 3px 0px 5px 8px;
}

.thumb_button > img {
	height: 17px;
}

#thumb_up {
	background: #017010;
}

.thumb_inactive {
	background: #333 !important;
}

.addthis_button {
    cursor: pointer;
    background: none repeat scroll 0 0 #dc302e !important;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Helvetica",sans-serif;
    font-size: 14px;
    padding: 2px 6px;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0 5px 20px !important;
    float: none !important;
    position: static !important;
}

.addthis_button img {
    display: none;
}
