.widget_polls-widget header h3 {
  margin-bottom: 0; !important
}

.wp-polls {
  background: url('style/img/sb-videos_bg_tile.png') repeat scroll;
  padding: 16px 10px 16px 5px;
}

.widget .wp-polls-ul {
  margin: 10px 0 20px;
}

.widget .wp-polls-ul li {
  border-bottom: 0;
  margin-bottom: 10px;
  padding: 0;
}

.wp-polls-ul li input {
  margin-bottom: 0;
  height: 17px;
  width: 17px;
  float: left;
}

.wp-polls-ul li label {
  font-weight: normal;
  margin-left: 22px;
}

.wp-polls-ans input[type="button"] {
  -webkit-box-shadow: #353535 0px 0px 3px;
  -moz-box-shadow: #353535 0px 0px 3px !important;
  background: #1D1D1D;
  border: 1px solid #353535;
  color: #EAEAEA;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 27px;
  line-height: 19px;
  margin-left: 75px;
  padding: 3px 0px;
  text-transform: uppercase;
  width: 130px;
}

.wp-polls p {
  padding-bottom: 0;
}

.poll_question {
  margin-left: 5px;
}