.PollControl {
        margin-bottom: 10px;
        list-style: none;
}
.PollControl .tdHeader {
        background: #1f93f3;
        box-shadow: 5px 5px 9px #ececec;
        height: 28px;
}
.PollControl .tdHeader .Header {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        padding: 0 0 0 20px;
        text-transform: uppercase;
        line-height: 28px;
}
.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, .PollControl .lnkSubmit {
        margin-right: 5px;
        cursor: pointer;
        color: #1f93f3;
        font-size: 13px;
        font-weight: bold;
}
.PollControl input{
        margin-right: 5px;
}
