body { 
       background-color: #ffffff;
       background-image: url("images/form/bg.jpg");
       background-repeat: repeat-x;
       font-family: Arial, sans-serif;
       margin: 0px 0px 0px 0px;
       padding: 0px;
       height: 100%;
       width: 100%;
       text-align: center;
}

img {
       border: 0px;
}

div#page {
       min-width: 984px;
       text-align: left;
       margin: 0px 0px 0px 0px;
       padding: 0px;
}

div#page_base {
  width: 984px;
       position: relative;
       height: 100%;
       margin: auto;
}

div#form_header {
	width: 984px;
	height: 200px;
	background-image: url("images/form/header.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
}

div#form_header_separator {
	width: 984px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
}

div#form_header_contact {
	width: 984px;
	height: 74px;
	background-image: url("images/form/contact_info.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
}

div#form_header_link {
	position: absolute;
	top: 8px;
	left: 752px;
	width: 196px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#form_header_email {
	position: absolute;
	top: 56px;
	left: 120px;
	width: 120px;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#form {
  width: 984px;
       margin: 0px 0px 0px 0px;
       padding: 0px;
       position: relative;
	float: left;
}

table {
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-right: 0px;
       border: 0px;
       padding: 0px;
       border-spacing: 0px;
}

td {
       padding: 0px;
       border: 0px;
       margin: 0px;
}

tr {
       padding: 0px;
       border: 0px;
       margin: 0px;
}

tr.form_headers {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/typ.jpg");
	background-repeat: repeat-x;
}

tr.form_headers_dane {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/dane_osobowe.jpg");
	background-repeat: repeat-x;
}

tr.form_headers_tele {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/dane_teleadresowe.jpg");
	background-repeat: repeat-x;
}

tr.form_headers_korespondencyjne {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/dane_korespondencyjne.jpg");
	background-repeat: repeat-x;
}

tr.form_headers_zatrudnienie {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/zatrudnienie.jpg");
	background-repeat: repeat-x;
}

tr.form_headers_osoba_zaswiadczenie {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/osoba_zaswiadczenie.jpg");
	background-repeat: repeat-x;
}

tr.form_headers_kredyt {
	color: white;
	font-weight: bold;
	text-align: left;
	height: 65px;
	background-image: url("images/form/kredyt.jpg");
	background-repeat: repeat-x;
}

td {
	margin: 5px;
	padding: 5px;
	border: 0px;
}

