div.firma label,div.firma input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

div.firma label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

div.firma br {
	clear: left;
}

div.form_status {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	visibility: hidden;	
	
}

div.form_status#status_OK { color: green; }
div.form_status#status_fail { color: red; }
div.form_status#status_progress { }

table.kontakt_info td { border-bottom: solid 1px #e3e3e3; }
table.kontakt_info td.noline { border-bottom: none; }