

/* Vote Button */

html body .praized-vote-button
{
	display:block;
	width:88px;
	height:55px;
	font-size:100%;
	background-repeat:no-repeat;
	background-position: 0 -54px ;
	position:relative;
	overflow:hidden;
	outline:0;
	font-family:Helvetica, Verdana, sans-serif;
	line-height:10px;
	margin:inherit;
	z-index:99999;
	position:relative;
	left:0px;
	float:left;
	margin: 0 14px 0 0;
}

html body .praized-vote-button *,html body .praized-vote-button div,html body .praized-vote-button fieldset,html body .praized-vote-button abbr,html body .praized-vote-button legend,html body .praized-vote-button span,html body .praized-vote-button button,html body .praized-vote-button abbr
{
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	border:0;
	outline:0;
	padding:0;
	margin:0;
	background:none;
	text-align:center;
	position:relative;
	font-style:normal;
}

html body .praized-vote-button legend
{
	display:none;
}

html body .praized-vote-button fieldset.stats
{
	font-size:20px;
	position:absolute;
	overflow:hidden;
	top:10px;
	left:0;
	width:60px;
	height:25px;
	margin:0;
	padding:0;
	line-height:25px;
	padding-left:2px;
}

html body .praized-vote-button fieldset.stats div.score
{
	text-align:center;
	width:inherit;
}

html body .praized-vote-button fieldset.stats .separator
{
	padding-right:1px;
}

html body .praized-vote-button fieldset.stats .separator,html body .praized-vote-button fieldset.stats .total
{
	font-size:18px;
}

html body .praized-vote-button fieldset.stats span
{
	display:inline;
}

html body .praized-vote-button button.vote-option
{
	display:block;
	border:0;
	margin:0;
	padding:0;
	text-indent:-999px;
	display:block;
	width:30px;
	height:27px;
	position:absolute;
}

html body .praized-vote-button button.vote-for
{
	background-position:-60px 0;
	top:0;
	left:60px;
}

html body .praized-vote-button button.vote-against
{
	background-position:-60px -27px;
	top:27px;
	left:60px;
}

html body .praized-vote-button.novotes
{
	background-position:0 0;
}

html body .praized-vote-button.novotes fieldset.stats *,html body .praized-vote-button.error fieldset.stats *,html body .praized-vote-button.loading fieldset.stats *
{
	display:none;
}

html body .praized-vote-button button.vote-for:hover,html body .praized-vote-button.voted-pos button.vote-for
{
	background-position:-60px -108px;
}

html body .praized-vote-button button.vote-against:hover,html body .praized-vote-button.voted-neg button.vote-against
{
	background-position:-60px -135px;
}

html body .praized-vote-button.loading
{
	background-position:0 -108px;
}

html body .praized-vote-button.error
{
	background-position:0 -162px;
}
/* end vote button */