/* generic classes for webblock poll */

#container3 .vote {
  margin: 0px 3px 20px 3px;
  padding: 0px 0px 0px 0px;
  width: 267px;
  position: relative;
  clear: both;
  }

  }
.voteResult {
  color: #ff3333;
  font-style: italic;
  }
.voteResultBar {
  background-image: url('/programma/groep8opkamp/images/poll-result.gif');
  background-repeat: repeat-x;
  height: 17px;
  }

.vote table {
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  }
.vote label {
  color: #0000ff;
  padding-left: 5px;
  }
