body {
  margin: 0;
  padding: 0 0 0 1px;
  background: #fff;
  font: normal .75em/1.2 Arial, sans-serif;
}

#pollcontent h4 {
  margin-bottom: 10px;
}

#pollcontent input {
  padding-right: 5px;
  margin-bottom: 2px;
}

#pollcontent input, #pollcontent label {
  float: left;
}

#pollcontent textarea {
  width: 100%;
  padding: 2px;
  border: 1px solid #eee;
}

#pollcontent #pollsubmit {
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 10px 0 0;
  padding: 2px 4px;
  font: bold 11px Arial, Helvetica, sans-serif;
  background: url(http://stage.www.foodprocessing.com/images/button_purple.gif) repeat-x center bottom;
}

#pollcontent #pollsubmit:hover {
  background-position: top;
}

#pollcontent p.links {
  padding: 0;
  color: #ddd;
  font-size: .9em;
  margin: 15px 0 0;
}

#pollcontent p.links span {
  color: #000;
  padding-right: 10px;
}

#pollcontent div.result {
  color: #000;
  margin: 8px 0;
}

#pollcontent div.result div.answer {
	color: #666;
  font-weight: bold;
}

#pollcontent div.result div.answer span {
	color: #999;
  font-weight: normal;
}

#pollcontent div.result div.bar {
  color: #000;
  height: 10px;
  margin-top: 1px;
}

#preload {
  display: none;
}
