form { width: 100%; } body { font-family: arial, sans-serif; } #poll { width: 400px; margin: 0 auto; border: 2px solid #999; padding: 4px; font-size: 10pt; } #poll div#question { font-weight: bold; text-align: center; } #poll div.totalvotes { text-align: center; font-size: 80%; } #poll div.buttons { text-align: center; } #poll div.votebarContainer { height: 24px; } #poll div.response input { margin-right: .6em; } span.votepercent { display: inline; font-family: tahoma, verdana, arial, sans-serif; font-size: 8pt; padding: 4px; } span.votebar { padding: 4px 0; text-align: right; overflow: hidden; display: block; } span.votebar span { position: relative; } span.votebar.red { background-color: red; color: white; } span.votebar.blue { background-color: blue; color: white; } span.votebar.green { background-color: green; color: white; } span.votebar.orange { background-color: orange; color: black; }