/* generic classes for webblock vote */

.vote {
  margin: 0px 3px 20px 0px;
  padding: 0px 0px 0px 0px;
  width: 170px;
  position: relative;
  clear: both;
  }
.vote .head {
  display: block;
  height: 13px;
  visibility: visible;
  }
.vote .bottom {
  position: relative;
  display: block;
  height: 13px;
  visibility: visible;
  }
.block.vote .body {
  display: block;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 0px;
  }
#container3 .vote {
  margin: 12px 0px 20px 10px;
  padding: 0px 0px 0px 0px;
  width: 170px;
  }
#container3 .vote .body {
  padding: 0px 12px 3px 12px;
  margin: 0px 0px 0px 0px;
  }
.vote .body {
  padding: 0 0 0 0;
  }
.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%;
  font-size: 70%;
  }
.vote label {
  padding-left: 5px;
  font-size: 70%;
  }

/* Votepage */
.votepage #container2 {
  width: 622px;
  }
.votepage #container3 {
  display: none;
  }
.votepage .vote_overview .innerbody {
  width: 560px;
  /* height: 320px; */
  float: left;
  margin: 20px 14px 30px 0px;
  padding: 5px;
  visibility: visible;
  z-index: 99;
  position: relative;
  overflow: auto;
  }
.votepage strong {
  color: red;
  clear: both;
  }
.votepage .vote_overview .innerbody a {
  text-decoration: underline;
  }

