
table.formularz {
	border-collapse: collapse;
	border: 1px solid black;
}

table.formularz td {
	background-color: #99DDFF;
	vertical-align: middle;
	padding: 2px;
}

table.formularz td.napis {
	text-align: right;
	width: 130;
	font-weight: bold;
	padding-right: 5px;
	background-color: red;
	color: white;
	border: 1px solid black;
}

table.formularz td.napis_waski {
	text-align: right;
	width: 80;
	font-weight: bold;
	padding-right: 2px;
	background-color: red;
	color: white;
	border: 1px solid black;
}

table.formularz td.napis_szeroki {
	text-align: right;
	width: 180px;
	font-weight: bold;
	padding-right: 2px;
	background-color: red;
	color: white;
	border: 1px solid black;
}

table.formularz td.pole {
	text-align: left;
	padding-left: 5px;
}

table.formularz_blank {
	border-collapse: collapse;
	border: 0px;
}

table.formularz_blank td.napis {
	width: 130;
}

table.formularz_blank td.pole {
	text-align: left;
	padding: 5px;
}


/****************************/

table.formularz2 {
	border-collapse: collapse;
	border: 1px solid black;
}

table.formularz2 td {
	background-color: #FFFFAA;
	vertical-align: middle;
	padding: 2px;
}

table.formularz2 td.napis {
	text-align: right;
	width: 130;
	font-weight: bold;
	padding-right: 5px;
	background-color: red;
	color: white;
	border: 1px solid black;
}

table.formularz2 td.napis_waski {
	text-align: right;
	width: 80;
	font-weight: bold;
	padding-right: 2px;
	background-color: red;
	color: white;
	border: 1px solid black;
}


table.formularz2 td.napis_szeroki {
	text-align: right;
	width: 180px;
	font-weight: bold;
	padding-right: 2px;
	background-color: red;
	color: white;
	border: 1px solid black;
}


table.formularz2 td.pole {
	text-align: left;
	padding-left: 5px;
}


table.formularz2_blank {
	border-collapse: collapse;
	border: 0px;
}

table.formularz2_blank td.napis {
	width: 130;
}

table.formularz2_blank td.pole {
	text-align: left;
	padding: 5px;
}


