.poll label {
	float: none;
}

.poll label { float: left; width: 110px; margin: 0 0 7px 0}
.poll img.green { background: #2aa94a url(/graphics/green.gif) repeat-x top left; border: 1px solid #000; margin: 3px 5px 0 0; }
.poll img.red { background: #ef2820 url(/graphics/red.gif) repeat-x top left; border: 1px solid #000; margin: 3px 5px 0 0; }
.poll img.blue { background: #3a6cc0 url(/graphics/blue.gif) repeat-x top left; border: 1px solid #000; margin: 3px 5px 0 0; }
.poll input.radio { width: 15px; height: 25px; float: left; clear: left; margin: 0 7px 0 0; }
.poll div {clear: left; margin: 0 0 0 0}

