.pollbox {
  padding: 30px;
}     

#content.katalog .pollbox h3 {
  color: #de3f00;
  padding-bottom: 20px;
}

.inpollbox {
  padding: 5px 0;
}

.inpollbox input {
  width: 120px;
  height: 20px;
  background: #666;
  border: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 15px 0;
  position: relative;
  left: 310px;
}

.inpollbox strong input {
  margin-right: 10px;
  display: inline;
  width: auto;
  color: #000;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  cursor: default;
  margin: 0 10px 0 0;
  position: inherit;
  left: 0;
  top: 0;
}

#content.katalog .inpollbox p {
  padding: 5px 0 10px;
}

#content.katalog .pollbox p#thanks {
  padding: 15px 0 10px;

}

.inpollbox label {
  font-weight: bold;
  display: inline;
}

.inpollbox strong label { 
  display: inline;
  float: none;
}

.inpollbox select {
  text-align: right;
  width: 60px;
  margin-right: 10px;
  margin-left: 3px;
}

.pollbar {
  position: relative;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 16px;
  text-indent: 6px;
  margin-bottom: 15px;
  width: 430px;
}

.pollbar div {
  background: #f09270;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  overflow: visible;
  z-index: 0;
}

.pollbar span {
  position: relative;
  z-index: 40;
}
