/* generic classes for webblock vote */


.voteResult {
 color: #023183;
 font-size:0.8em;
 line-height: 160%;
 }

.voteResultBar {
 background-color: #a0dc02;
 }

.vote table {
 width: 100%;
 }

.vote form{
 margin: 7px 0px 0px 0px;
 }


.vote p label{
 margin-left: 10px;
 }

.vote label,
.meningSubmit {
 font-size:1em;
 }

.vote p{
 line-height: 190%;
 }

/* Votepage */
.votepage #page {
  background-image: url('/components/images/background2cols.gif');
  }
.votepage #container2 {
  width: 622px;
  }
.votepage #container3 {
  display: none;
  }
.votepage .vote_overview .innerbody {
  width: 560px;
  /* height: 320px; */
  float: left;
  padding: 5px;
  visibility: visible;
  z-index: 99;
  position: relative;
  overflow: auto;
  }
.votepage strong {
  color: red;
  clear: both;
  }
.votepage .vote_overview .innerbody a {
  color: #023183;
  text-decoration: underline;
  }




