.PollControl {
  margin-bottom: 10px;
  list-style: none !important;
  border: 1px solid #e0e0e0;
}
.PollControl * {
  font-size: 13px;
}
.PollControl .tdHeader {
  background: #002664 no-repeat scroll right center;
  text-align: center;
  height: 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #FF8000;
}
.PollControl .tdHeader .Header {
    color: #fff !important;
    font: bold 13px/20px arial;
    /* text-shadow: 0 1px 0 #000; */
    text-transform: uppercase;
    white-space: nowrap;
    /* border: 1px solid; */
    border-left: none;
    border-right: none;
    display: inline-block;
    width: 100%;
}
.PollControl .PollName {
  display: inline-block;
  margin: 15px 15px 0;
  font-weight: 700;
  font-size: 13px;
}
.PollControl .ListPollItem td {
}
.PollControl .ListPollItem input {
  display: inline-block;
  margin-right: 10px;
}
.PollControl .ShowResult,
.PollControl .lnkSubmit {
  font: bold 12px arial;
  color: #fff;
  background-color: #002664;
  border-color: #007bff;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
}
.PollControl table td {
  padding: 0;
}
