
.formular {padding:10px 10px 0;margin-top:10px;text-align:left}

.formular p{
clear: both;
margin: 2px 0 0;
padding: 0 0 0;
padding-left: 150px; /*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: -145px; /*width of left column*/
width: 135px; /*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: right;
}

.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 *.sirka {width:450px}
.formular .vyska {height:150px}
.formular input.cislo {width:60px}
.formular input.psc {width:42px}
.formular .vyskaVyssi {height:250px}

.dotaz {text-align:center;margin-top:15px}
.dotaz span {font-weight:bold}
