
.PollControl {
    margin-bottom: 10px;
}
.PollControl .tdHeader {
   background: url("Images/logo.png") no-repeat scroll 2px 5px, url("Images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 10px 0 0;
    height: 28px;
    padding-bottom: 5px;
}
.PollControl .tdHeader .Header {
    color: #ffffff;
    font: bold 10pt/28px arial;
    padding-left: 28px;
    white-space: nowrap;
}
.PollControl .PollName {
    display: inline-block;
    margin: 5px 2px 10px;
}
.PollControl .ListPollItem td {
    display: inline-block;
    margin-bottom: 5px;
}
.PollControl .ListPollItem input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.PollControl .ShowResult{

    white-space: nowrap;
}