/* anketa */
#anketa {
  background-color: #f2f5fa;
  padding: 10px 12px 10px 10px;
  margin-top: 5px;
}
#anketa h3 {
  margin-bottom: 10px;
  border-bottom: solid 1px #e3e9f5;
  padding-left: 2px;
  padding-bottom: 2px;
}
#anketa p {
  padding-left: 2px;
}
.form-moznosti {
  margin-top: 5px;
  font-size: 12px;
}
.form-moznosti table td {
  padding: 4px 2px 0 1px;
}
.form-moznosti table td.radio {
  width: 15px;
}
.form-moznosti table td.hodnota {
  text-align: right;
}
.form-moznosti table td.celkem-hlasu {
  text-align: center;
  padding-top: 5px;
}
.form-moznosti table td.prouzek div {
  height: 10px;
  font-size: 8px;
  background: #6A8ABB;
}
.form-moznosti table td.prouzek {
  border: 1px solid #AAA;
  padding: 2px;
}
.form-moznosti table {
  width: 100%;
}
.form-moznosti input.tlacitko {
  background: #2B588F url(../img-layout/bg-tlacitko-hlasovat.gif) repeat-x 0 0;
  color:#FFFFFF;
  cursor:pointer;
  font-size:12px;
  font-weight:bold;
  padding:4px 3px 4px 3px;
  width:80px;
}