/* generic classes for webblock vote */

.vote {
  margin: 0px 3px 20px 0px;
  padding: 0px 0px 0px 10px;
  width: 223px;
  position: relative;
  clear: both;
  }
#container3 .vote .head {
  visibility: visible;
  display: block;
  height: 39px;
  background-image: url('/programma/checkpoint/images/poll_head.png');
  background-repeat: no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/programma/checkpoint/images/poll_head.png');

  }
#container3 .vote .bottom {
  visibility: visible;
  position: relative;
  display: block;
  height: 6px;
  background-image: url('/programma/checkpoint/images/poll_bottom.png');
  background-repeat: no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/programma/checkpoint/images/poll_bottom.png');
  
  }
#container3 .block.vote .body {
  display: block;
  background-image: url('/programma/checkpoint/images/poll_repeat.jpg');
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 22px;
  margin-bottom: 0px;
  }


.vote p {
  color: #000000;
  }
.voteResult {
  padding-bottom: 5px;
  font-size: 0.8em;
  }
.voteResultBar {
  background-image: url('/programma/checkpoint/images/resultbar.gif');
  background-repeat: repeat-x;
  }
.vote .body {
  color: #000;
  }
.vote p.options {
  margin: 0px;
  }
.vote img.actionButton {
  border: none;
  position: relative;
  visibility: visible;
  z-index: 49;
  float: right;
  margin-top: 10px;
  }
.vote p.info {
  text-align: left;
  margin: 0px 0px 0px 0px;
  clear: right;
  }
.vote table {
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  }
.vote label {
  color: #000000;
  padding-left: 5px;
  display: inline-table;
  width: 165px;
  }
.vote h2 {
 color: #000000;
 font-size: 0.8em;
}

.vote p {
   font-size: 0.7em;
}

.meningSubmit{
 color:#ffffff;
 font-weight: bold;
 background-color: #333333;
 float:right;
 margin-right: 8px;
 margin-bottom: 5px;
 }

