.inp {
  width: 220px;
  
}

.inp_long {
  width: 300px;
}

.inp_long_2 {
  width: 350px;
}

.inp_radio {
  width: 20px;
}

.inp_textarea {
  width: 600px;
  height: 100px;
}

.otazka_div {
  width: 600px;
  clear: both;
}

.otazka_div_left {
  width: 60px;
  float: left;
  font-weight: bold;
}

.otazka_div_right {
  float: right;
  width: 540px;
}

.otazka_div_separator {
  width: 50px;
  height: 10px;
  overflow: hidden;
  clear: both;
}


li {
  background: url(../img/li.gif) no-repeat left 8px;
  list-style-type: none;
  padding: 0 0 0 13px;
}
/*
h1 {
  color: rgb(204,0,0);
  margin: 0px;
  padding: 0px;
  font-size: 17px;
}


h2 {
  color: rgb(204,0,0);
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
*/
/*
.dotaznikUroven2 {
  visibility: hidden;
  display: none;
}
*/

.endDotaznikUroven2 {
  visibility: hidden;
  display: none;
}

.inp_tlac {
  width: 120px;
	height: 22px;
	display: block;
	float: left;
  background: url(../img/tlacitko.jpg) center no-repeat;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
  }
