/* WYSZUKIWARKA STR. GLOWNEJ - [START] */

div#search_main {
	background: url(/media/img/layout/search_main_bg.jpg) top left no-repeat;
	width: 338px;
	height: 343px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 5;
}

div#search_main_inside {
	position: relative;
	background: url(/media/img/layout/search_main_bottom.png) 7px 319px no-repeat;
	width: 338px;
	height: 343px;
}

div#search_main_inside input[type=text] {
	background: none;
	width: 260px;
	font-size: 16px;
	color: #CECECE;
	padding: 10px 0px;
}

#main_nazwa, #main_miasto, #main_krs {
	position: absolute;
	left: 40px;
}

#main_nazwa {
	top: 68px;
}

#main_miasto {
	top: 128px;
}

#main_krs {
	top: 189px;
}

#main_button {
	position: absolute;
	right: 33px;
	top: 255px;
}

/* WYSZUKIWARKA STR. GLOWNEJ - [STOP] */