#hlaForm .fieldset {
  background-color: #FBEF99;
  padding: 10px;
}
#hlaForm .label {
	float: left;
	width: 18em;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear:left;
}
#hlaForm .labelVypis {
	float: left;
	width: 15em;
	margin-right: 10px;
	text-align: left;
	clear:left;
 }
input#predcisli, input#kod{
	width: 100px;
	}
input#ucet{
	width: 176px;
	}
input#jmeno, input#prijmeni, input#ulice, input#obec    {
	width: 300px;
	}
input#psc, input#telefon, input#mail, input#den   {
	width: 150px;
	}
#hlaForm .input {
 margin-bottom: 0.9em; 
 }
input:focus
{
	background-color: #F0F8FF;
}
select#den   {
	width: 154px;
	}
select#hodina   {
	width: 80px;
	}
select#jizdenka,  select#automat   {
	width: 300px;
	}
#hlaForm select:focus
{
	background-color: #F0F8FF;
}
#hlaForm .ne{
	font-weight: normal;
 }
#edTot, #edRem{
	border: none;
	background: transparent;
	color: #036; 
	font: normal 100%/130% verdana, verdana ce, sans-serif;
 }
.pozor{
	background-color: #ff6666;
	border: solid silver 1px;
	padding: 0.5em;
	margin: 0 0 1em 0;
	color: Black;
	font-weight: bold;
 }
.formLine{
	padding: 0;
	margin: 0.2em 0 0 0;
 }
 .nesouhlas {
	background: silver;
	border: dotted gray 1px;
	font: normal 100%/130% verdana, verdana ce, sans-serif;
	font-weight: bold;
	color:#036; 
}
textarea {
	font: normal 110%/130% verdana, verdana ce, sans-serif;
	width: 300px;
}
