.PollControl   [type=text] {
  display: inherit;
  width:96%;
  margin-left:4px;
}
.PollControl {
    margin-bottom: 10px;
    
}

.PollControl span {
    margin-top: 10px;
}

.PollControl .tdHeader {
   background: #2d6701 none repeat scroll 0 0;
  	//background: rgba(0, 0, 0, 0) url("Images/bar1.png") no-repeat scroll left top;
    border-radius: 3px 3px 0 0;
    height: 30px;
    text-align: center;
    
}
.PollControl .tdHeader .Header {
    color: #fff ;
    font: bold 13px/40px arial;
    padding-left: 20px;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
}
.PollControl ul {
    list-style: none;
    text-align: left;
    padding-left: 20px;
}
.PollControl .PollName {
    display: inline-block;
    margin: 5px 2px;
    font-weight: bold;
}
.PollControl .ListPollItem td {
    display: inline-block;
    margin-bottom: 1px;
}
.PollControl .ListPollItem input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.PollControl .ShowResult {
    margin-right: 8px;
  	margin-top: 5px;
  	color: #fff;
    background-color: #f34747;
    padding: 6px;
    border-radius: 5px;
}
