
.PollControl {
    margin-bottom: 10px;
}
.PollControl .tdHeader {
    background: url("images/logo.png") no-repeat scroll 5px center, rgba(0, 0, 0, 0) url("images/bar.png") repeat-x scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    height: 26px;
    width: 100%;
}
.PollControl .tdHeader .Header {
    color: #444;
    display: inline-block;
    font: bold 10pt/26px arial;
    padding-left: 29px;
}
.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 {
    margin-right: 5px;
}
.PollControl li{
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.PollControl .lnkSubmit, .PollControl .ShowResult{
    background: #1a8ce0;
    padding: 5px 8px;
    border-radius: 4px;
    color: #fff;
}
.PollControl .ShowResult{
    background: #1f8523
}