.poll {
  background-color: #FCFCFC;
  margin-bottom:15px;
  margin-top:15px;
}

.pollTitle {
  height:28px;
  width:215px;
  background-image:url(/i/pollTitle.gif);
  background-repeat:no-repeat;
}

.pollContent {
  padding: 12px;
  background-color:#E6F1FF;
  position:relative;
  top:-12px;
}

.pollQuestion {
  font-weight:bold;
  padding-bottom:8px;
}

.pollAnswer {
  padding-bottom:0px;
  width:196px;
}
.pollAnswer p {
  margin-left:20px;
}

.procentTitle {
  padding-bottom:5px; 
}

.procentBar {
  height:20px;
  background-image:url(/i/bgPoll.jpg);
  background-repeat:repeat-x;
  padding-bottom:10px;
}

.procentCount {
  padding-left: 10px;
  position:relative;
  top:2px;
}

.pollVote {
  text-align:center;
}
