.buttonUp {
	top:0px;
	left:0px;
	padding:0px;
	border:0px;
	margin:0px;
	background-position:-14px 0;
	width: 14px;
	height: 14px;
	line-height: 999px;
	text-indent: -1000em;
	background: transparent url(/tools/voteitup/themes/theme1/images/voteup.gif) no-repeat 0 0;
	border:0;
	text-indent:-9999px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	;
}

.buttonDown {
	top:0px;
	left:0px;
	padding:0px;
	border:0px;
	margin:0px;
	background-position:-14px 0;
	width: 14px;
	height: 14px;
	line-height: 999px;
	text-indent: -1000em;
	background: transparent url(/tools/voteitup/themes/theme1/images/votedown.gif) no-repeat 0 0;
	border:0;
	text-indent:-9999px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	;
}

.voteForm {
	padding:0px; 
	border:0px; 
	cursor:default;
	margin:0px; 
	position:relative;
}

.voteForm input { cursor:pointer; }

.voteForm input::-moz-focus-inner { border:0; }