
.formular {padding:10px 0 0;margin-top:10px;text-align:left}

.formular p{
clear: both;
margin: 2px 0 0;
padding: 0 0 0;
padding-left: 200px; /*width of left column containing the label elements*/
background-color: transparent;
/*height: 1%;*/
}

.formular div.label {
display:inline
}

.formular span.label,.formular div.label{
float: left;
margin-left: -200px; /*width of left column*/
width: 195px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
position: relative;
top: 5px;
left: 0px;
display:inline;
text-align: left;
}

.formular span.txt,.formular div.txt{
top: -5px
}

/*.formular input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
.formular input,.formular textarea { /*width of text boxes. IE6 does not understand this attribute*/
padding:4px 5px;
}
/*
.formular textarea{
width: 180px;
height: 50px;
}
*/
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.formular .skupina {padding:25px 0 0}

.formular *.sirka {width:240px}
.formular .vyska {height:70px}
.formular input.cislo {width:40px}
.formular input.psc {width:42px}
.formular input.kod {width:60px}
.formular .vyskaVyssi {height:150px}

.dotaz {text-align:center;margin-top:15px}
.dotaz span {font-weight:bold}

.formular p.chckForm {
padding-left:200px;margin-left:0
}
.formular p.chckForm span{
display:block; float:none; width:100%; text-align:left; padding-left:0; margin-left:-60px; top: 0px;
}

