.webform-client-form .form-required {
  display: none;
}

#edit-actions,
#edit-submitted-question-1 {
  text-align: right;
}

#edit-submitted-question-1 .ui-button {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  border: none;
}

.node-piepoll .form-submit,
#edit-submitted-question-1 .ui-button-text {
  border: none;
  color: #FFFFFF;
  font-family: Puritan,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: url(../images/button.gif) top left no-repeat;
  width: 75px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  padding: 0;
  margin: 0;
}

.webform-client-form .form-submit {
  border-radius: 0;
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 9px;
}

.webform-client-form .form-submit:hover,
#edit-submitted-question-1 .ui-button-text:hover {
  background: url(../images/button.gif) top left no-repeat;
  background-position: bottom left;
  background-color: transparent;
}

.webform-client-form .form-checkboxes label {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0;
  border: none;
  background-color: transparent;
  background: url(../images/check-off.png) center left no-repeat;  
}

.webform-client-form .form-checkboxes label.ui-state-active {
  background: url(../images/check-on.png) center left no-repeat;  
}

.piepoll-legend .color-swatch {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
}
.piepoll-legend .data-point {
  position: relative;
  padding-left: 20px; 
}

.webform-cid-3,
.webform-cid-4 {
  float: left;
  width: 49.9%;
}

#content .webform-cid-3 h2,
#content .webform-cid-4 h2 {
  font-size: 18px;
}

.webform-cid-1 .chart-data {
  position: relative;
}
.webform-cid-1 .piepoll-legend {
  position: absolute;
  top: 50px;
  left: 400px;
}