table.votebar 	 {
	border: 1px solid #CCC; float: right; width: 170px;
}
table.votebar td.vote0 {
	width: 35px; height:20px;
	vertical-align: middle;
	text-align: center;
	background: #FEE;
	color: #800;
	font-family: verdana;
	font-weight: bold;
}
table.votebar td.vote1 {
	width: 35px; height:20px;
	vertical-align: middle;
	text-align: center;
	background: #EFE;
	color: #080;
	font-family: verdana;
	font-weight: bold;
}
input.vote0 {
	width: 35px; height:20px;
	font-family: verdana;
	font-weight: bold;
	color: #FEE;
	background: #800;
	border: 1px solid #ECC;
	cursor: hand;
}
input.vote1 {
	width: 35px; height:20px;
	font-family: verdana;
	font-weight: bold;
	color: #EFE;
	background: #080;
	border: 1px solid #CEC;
	cursor: hand;
}
td.vote0i {
	width: 50px; background: #FEE; text-align: right;
}
td.vote1i {
	width: 50px; background: #EFE; text-align: left;
}
span.vote0d {
	font-size:9px; font-family: times; padding: 0px; margin:0px; padding-right: 2px; color: #800;
}
span.vote1d {
	font-size:9px; font-family: times; padding: 0px; margin:0px; padding-left: 2px; color: #080;
}
div.voteCBlk { height: 22px; padding-top: 4px; }
div.voteCInf { height: 22px; padding-top: 4px; }
input.votec  {
	font-size:8pt;
	font-family: Verdana;
	border: 1px solid #888;
	margin: 0px;
	padding: 1px;
	background-color: #fcfcfc;
}
