fieldset {border:none}
legend {
  padding:4px;
  color:#ababab
}

fieldset {
 line-height:30px;
}

textarea {
  width:100%;
  height:80px
}

input, textarea, select {
  font-size:12px
}  

.required {text-decoration:underline}

fieldset input[type=text], input[type=password] {
  font-size:1.2em;
  padding:2px;
  border:none;
  background:#fff;
  width:100%;
  border:1px solid #666
  /*margin-bottom:15px*/
}

fieldset input[type=text].rok {
  width:40px
}  

input, textarea {
  font-family: 'Arial CE', 'Verdana CE', Arial, verdana, sans-serif;
}

input[type=submit], input[type=button] {
  width:auto;
  font-size:14px;
  padding:3px;
}

.buttonPart {
  display: block;
  text-align:center;
  margin-top:15px;
}

input.big-button {
  font-size:22px;
  padding:5px;
}  
  
.errorContainer {
  padding:5px;
  font-size:13px;
  margin-bottom:5px;
  margin-top:5px;
  color:#ff0000;
  font-weight:bold;
  text-align:center;
  display:block;
}

.eee {background:#eee;height:120px}

label {
  float:left;
  width:120px;
  color:#222;
  font-size:12px;
  font-weight:normal
}

.float-l {float:left;}
.float-r {float:right}

.info {
  line-height:1.0em;
  color:#ffff00;
}
  
label.required {text-decoration:underline}

input#bOdeslat {
   padding:5px;
   font-size:16px;
}

div.newsletter {
  padding:10px;
}

#contactForm table {
  width:700px;
}

#contactForm input[type=text] {
  padding:5px;
}
  
#contactForm td:first-child {
 width:150px;
 font-style:italic;
 color:#333
}  

#contactForm textarea {height:120px;}

.captcha {
  float:left;
  width:180px;
}

input#captcha-input  {
  width:100px;
  padding:5px;
}  