div.polldiv {
	margin-left: 10px;
	border-bottom: 2px solid black;
	padding-bottom: 5px;
}
table.polltable {
	font-size: 11px;
	width: 100%;
}
table.polltable th {
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 6px;
	text-align: left;
}
table.polltable tr {
	vertical-align: text-top;
}
table.polltable td {
	padding-top: 3px;
}
table.polltable td.polltdbutton {
	text-align: center;
}
table.polltable td.pollvotes {
	text-align: right;
	padding-left: 6px;
	padding-right: 8px;
	width: 10%;
}
#voteb {
	font-size: 11px;
}

