/* generic classes for webblock vote */

.vote {
  }
.voteResult {
  color: #006da0;
   vertical-align: top;
  }
.voteResultBar {
  background: url(../images/vote-result.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 16px;
  }
.vote .body {
  margin: 0px;
  color: #000;
  }
#container3.vote .body h2 {
  font-size: .85em;
  }  
.sIFR-hasFlash #container3 .block.vote h2 {
   font-size: .8em;
  }  
.vote form {
  margin: 8px 12px 8px 12px;
  }
.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%;
  padding-left: 12px;
  }
.vote label {
  color: #d02c7c;
  padding-left: 5px;
  }

/* Votepage */
.votepage #page {
  }
.votepage #container2 {
  width: 760px;
  }
.votepage #container3 {
  display: none;
  }
.votepage .vote_overview .innerbody {
  width: 560px;
  /* height: 320px; */
  float: left;
  visibility: visible;
  z-index: 99;
  position: relative;
  overflow: auto;
  }
.votepage strong {
  color: red;
  clear: both;
  }
.votepage .vote_overview .innerbody a {
  text-decoration: underline;
  }
  .meningSubmit {float: right;}

