form, form input, form textarea {
	font: 8pt Verdana;
}

form {
	border: 0px;
	padding: 2px;
}

form input {
	border: 0px;
	padding: 2px;
}

table {
	width: 100%;
}

td.both {
	font-weight: bold;
	/* background-color: rgb(36,74,111); */
	/*background-color: rgb(16,54,81);*/
	padding: 1.0em 0.0em;
}

td.left {
	width: 45%;
}

td.right {
	width: 55%;
}

td.povinne {
	font-style: italic;
	padding-bottom: 2em;
}

input.input {
	width: 97%;
}

input.date {
	width: 87%;
}

tr.required td {
	color: white;
}

td.error {
	color: yellow;
	padding-bottom: 1em;
}

td.error li {
	list-style: none;
}

