.xn-thumbs-up-container .xn-thumbs-up-complete, .xn-thumbs-up-complete:hover {
	background: none;
	border: none;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	
	color: #3376eb;
	font-weight: bold;
	
	padding: 4px 0px 0px 0px;
	cursor:auto;
	font-size: 15px;
}

.xn-thumbs-up-container .btn-primary.xn-thumbs-up-complete .icon {
	margin: 0px 3px 0px 0px;
	position: relative;
	top: 1px;
	display: inline-block;
	background: url("../images/thumbs_up_2.png") no-repeat 0px 0px;
	
}

.xn-thumbs-up-container .btn-primary.xn-thumbs-up-complete .icon.icon_thumbs_up {
	width: 17px;
	height: 17px;
}


.xn-thumbs-up-container .btn-primary .icon {
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 1px;
	display: inline-block;
	background: url("../images/thumbs_up.png") no-repeat 0px 0px;
}

.xn-thumbs-up-container .btn-primary .icon.icon_thumbs_up {
	width: 13px;
	height: 13px;
}

.xn-thumbs-up-container button {
	height: 31px;
}