.napsat-dotaz {
}

.napsat-dotaz table tr {
}

.napsat-dotaz table tr td {
  vertical-align:top;
}

.napsat-dotaz table tr td.popis {
  width:90px;
  color:#3E7F2D;
  font-weight:bold;
}

.napsat-dotaz input.inputtext {
  width:200px;
  border:1px solid #86B34B;
}

.napsat-dotaz textarea.inputtextarea {
  border:1px solid #86B34B;
  width:350px;
  height:150px;
}

.napsat-dotaz input.submit {
  padding:2px 10px 2px 10px;
  border:1px solid #86B34B;
  color:#115019;
  background:#EAF2E1;
  font-weight:bold;
  font-size:.92em;
  text-transform:uppercase;
  cursor:pointer;
}

.napsat-dotaz p.err {
  margin:5px 0px 15px 0px;
  padding:10px 0px 10px 5px;
  background:#FFCFCF;
  color:#4F0505; 
}

.napsat-dotaz p.ok {
  margin:5px 0px 15px 0px;
  padding:10px 0px 10px 5px;
  background:#E7FFDF;
  color:#123F04; 
}