﻿/* Poll */
.pollContainer, .PollVote{width:270px}
.PollQuestion{margin:0 0 10px;border-bottom:1px dashed navy;padding:0 0 10px;color:#000;font:bold 12px Arial}
.PollLnks{display:inline-block;float:left}
a.ShowResult:link, a.PreviousPoll:link{color:teal}
.ShowResult{}
.PreviousPoll{}
.VoteButton{float:left;margin:0 15px 0 0;background:teal;color:#fff}
.PollResult{}
.PollTotalVotes{font-style:italic}
.pollresultimg{background:teal}