fieldset {  border:none}
legend {display:none}
textarea {
   padding:3px;
   font-size:1.0em
}

fieldset {
  line-height:20px;
}

.error {
  display:block;
  text-align:center;
  font-size:14px;
  color:#ff0000;
  font-weight:bold;
  padding:3px;
  padding:10px;
  border:1px solid #ff0000;
  margin-bottom:10px;
}

fieldset label {
  display:block;
  float:left;
  width:150px;
  text-align:left;
  font-size:1.0em;
  color:#000;
  font-weight:normal
}

fieldset input {
 width:300px;
 font-size:1.0em;
 margin-bottom:15px;
 color:#000;
 padding:3px;
}

#popis,#vzkaz {
  width:500px;
  height:200px;
}

input.button {
   font-size:1.5em;
   padding:3px;
   text-align:center;
   margin:3px;
   color:#000
}

.sloupec {
  float:left;
  width:49%;
}
 
div.order {
  font-weight:bold;
  font-size:1.0em;
  
  }
 
table.order td{
  padding:4px;
  font-size:1.0em;
}

table.order td:first-child {
 color:#7B1137;
 }
 

fieldset br {clear:both}

textarea {width:90%;height:80px}
.required {text-decoration:underline}

#hledani {
   position:absolute;
   right: 0px;
   top: 145px;
   width:210px;
}

#hledani fieldset {margin:0;padding:0;border:none}
#hledani input[type=submit] {
 width:auto;
 padding:0;
 background:none;
 color:#fff;
 border:none;
}

#hledani input[type=text] {
  width:138px;
  background:#fff url(../images/hinput.gif) repeat-x left top;
   padding:2px;
}

.formular {display:block;}
.formular table {width:100%}
.formular td {
  padding:6px;
  line-height:auto;
  vertical-align:middle;
}
.formular td:first-child {width:80px;}
.formular tr {  border-bottom:1px solid #222}
.formular td input {
 background:#FFE991;
 font-size:12px;
 padding:2px;
 width:200px;
}
.formular .fbox {
  float:left;
  width:49%;
}

.fbox input {width:160px;padding:2px;}

.buttonPart {text-align:center;display:block;padding:10px}

	.platba {
	  margin:10px;
	  margin-left:0;
	  background: #eee;
	  padding:10px;
	}

    .platba td {
      font-size:14px;
      font-weight:bold;
	  text-align:left;
	}

    .platba td:first-child {
       font-weight:normal;
	   width: 150px;
    } 	