#text form {
	border: 1px solid rgb(220,220,220);
}

#text form.bez {
	margin-top:	10px;
	border: 0px solid rgb(220,220,220);
}

#text form input {
	padding: 5px 10px;
	border-radius: 7px;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: rgb(220,220,220);*/
	border: 1px solid rgb(180,180,180);
}

#text form table, #text form table td,
#text table.recapitulation, #text table.recapitulation td {
	border: 0px solid rgb(220,220,220);
}

#text form table td:first-of-type label:after,
#text table.recapitulation td:first-of-type:after {
	content: ':';
}

/*#text table.recapitulation td.povinna:first-of-type:before,*/  
#text form table td.povinna:first-of-type label:before {
	content:	'*';
	color:		red;
}

#text form table td.check-box input, #text form table td.radio-button input {
	margin-right: 10px;
	margin-bottom: 5px;
}

#text form table td.check-box label {
	display:		block;

	margin-left:	30px;
	margin-bottom:	3px;
	text-indent:	-30px;
}

#text form input.readonly {
	border: solid 1px white;
}

#text table.recapitulation td {
	padding:		2px 5px;
}
#text table.recapitulation tr.total-sum {
	border-top:		solid 1px rgb(220,220,220);
}
#text table.recapitulation table.recapitulation td {
	padding-left:	0px;
}

#text table.recapitulation table.recapitulation {
	margin:			0px;
}


input.tlacitko {
	padding:	2px 10px;
}

.dlouha {
	width: 300px;
}
.kratka {
	width: 100px;
}

textarea {
	width: 300px;
	height: 50px;
}

.varovani {
	color: rgb(187,0,0);
}

.hlaska {
	font-family: "Arial CE", "Helvetica CE", "Verdana", "Arial", "Helvetica", "Sans-serif";
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin: 0.2em 0em;
}

.error {
	color: rgb(187,0,0);
}

.warning {
	/*color: rgb(187,0,0);*/
	color: lightblue;
}

.info {
	color: rgb(88, 88, 88);
}