table.dane-formularz {
	margin: 1em auto;
	width: 100%;
}
	table.dane-formularz span.obowiazkowe {
		color: #d50600;
		margin-left: 0.25em;
	}
	table.dane-formularz td {
		padding-left: 6px;
	}
	table.dane-formularz input {
		border: 1px solid #9c9c9c;
		padding: 2px;
		width: 95%;
	}
		table.dane-formularz input[type="image"] {
			width: auto;
		}
	table.dane-formularz textarea {
		border: 1px solid #9c9c9c;
		width: 95%;
	}
	table.dane-formularz input.image {
		border: 0;
	}
	table.dane-formularz label {
		color: #277db8;
		text-align: right;
		display: block;
	}
	table tr td.pierwszy {
		width: 150px;
	}
	
	
	
table.dane-kontakt {
	margin: 1em auto;
}
	table.dane-kontakt span.obowiazkowe {
		color: #d50600;
		margin-left: 0.25em;
	}
	table.dane-kontakt td {
		padding-left: 6px;
	}
	table.dane-kontakt input {
		border: 1px solid #9c9c9c;
		padding: 2px;
		width: 500px;
	}
		table.dane-kontakt input[type="image"] {
			width: auto;
			border: 0;
		}
	table.dane-kontakt textarea {
		border: 1px solid #9c9c9c;
		width: 504px;
	}
	table.dane-kontakt input.image {
		border: 0;
	}
	table.dane-kontakt label {
		color: #277db8;
		text-align: right;
		display: block;
	}
