.pollForm                     { margin: 0px; }
.pollTable                    { background-color: #000066; border-bottom: 1 solid #ffffff; }
.pollTitle                    { font-weight: bold; font-size: 12px; text-align: center; margin: 5px, 5px 0px, 5px; color: #ffffff; }
.pollQuestion                 { color: #dddd00; margin: 10px, 5px, 15px, 5px; font-weight: bold; text-align: center; }
.pollOption                   { margin-left: 5px; }
.pollAnswer                   { margin-right: 5px; color: #ffffff; }
.pollButton                   { font-family: Courier New; font-size: 11px; text-transform: uppercase; width: 60px; margin-top: 15px; margin-bottom: 15px; }
.pollLine                     { color: #ffffff; }
.pollResult                   { margin: 0px, 5px, 0px, 5px; color: #ffffff; }
.pollPercent                  { text-align: right; margin-right: 5px; color: #ffffff; }
.pollBar                      { border: 1 solid #000000; background-color: #ffffff; margin-left: 5px; }
.pollTotal                    { text-align: center; margin: 15px, 5px, 15px, 5px; color: #ffffff; }
