/* Formularz wyszukiwarki */
div#form-finder-container {
	margin: 0;
	padding: 0;
	background: transparent url(/images/form-finder-bg.gif) top repeat-x;
	width: 440px;
	height: 270px;
	float: left;
}
div#form-finder-container div#form-finder-head {
	margin: 0;
	padding: 0;
	background: transparent url(/images/form-finder-head.gif) top left no-repeat;
	height: 270px;
}
div#form-finder-head div#form-finder-content {
	margin: 0;
	padding: 0 0 0 0;
	background: transparent url(/images/form-tree.gif) bottom left no-repeat;
	width: 440px;
	height: 270px;
	text-align: left;
}
h1#form-finder-title {
	margin: 0 0 10px 15px;
	padding: 20px 0 0 0;
	font-size: 1.7em;
	font-weight: 700;
	color: white;
}
h2#form-finder-title {
	margin: 0 0 10px 15px;
	padding: 20px 0 0 0;
	font-size: 1.7em;
	font-weight: 700;
	color: white;
}
div#form-finder-row {
	font-size: 1.3em;
	margin-left: 30px;
	color: white;
	height: 26px;
	clear: both;
}
div.form-finder-label {
	margin-top: 2px;
	width: 220px;
}
div.form-finder-input {
	width: 140px;
}

/* Formularz kontaktowy tabela (popup) */
div#form-prod {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -153px;
	width: 400px;
	height: 200px;
	background: transparent;
	visibility: hidden;
	display: none;
}
p#form-large-title {
	margin: 0 0 5px 0;
	text-align: justify;
}
div#form-large-row {
	font-size: 1.3em;
	margin-left: 30px;
	color: #444444;
	height: 26px;
	clear: both;
}
div#form-large-submit {
	margin: 20px 0 0 0;
	text-align: center;
}
div.form-large-label {
	margin-top: 2px;
	width: 100px;
}
div.form-large-input {
	width: 200px;
}

div#form-more ul {
	margin: 0 5px;
	color: #777777;
}
div#form-more ul li {
	margin: 10px;
	list-style: none;
}
div#form-more ul li h4 {
	margin: 0 10px 0 0;
	font-size: 1.5em;
	color: #475e89;
	float: left;
}