#search {
	margin-top: 52px;
	display: block;
	height: 37px;
	width: 321px;
	position: relative;
}
.searchContent {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
#znjdz_paczkomat {
	background-image: url(https://www.paczkomaty.pl/images/bt/images/bt_znajdz_paczkomat_down.png);
	height: 37px;
	width: 173px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}

#znjdz_paczkomat:hover{
	background-image: url(https://www.paczkomaty.pl/images/bt/images/bt_znajdz_paczkomat_over.png);
}

#znjdz_paczkomat_content {
	display: none;
	position: absolute;
	top: 37px;
	height: 99px;
	width: 308px;
	background-image: url(https://www.paczkomaty.pl/images/finder_bg.png);
	background-repeat: no-repeat;
	left: 0px;
	z-index: 3;
}

#znjdz_paczke{
	background-image: url(https://www.paczkomaty.pl/images/bt/images/bt_sledz_paczke_down.png);
	height: 37px;
	width: 142px;
	position: absolute;
	left: 173px;
	top: 0px;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
#znjdz_paczke:hover{
	background-image: url(https://www.paczkomaty.pl/images/bt/images/bt_sledz_paczke_over.png);
}
#znjdz_paczke_content {
	position: absolute;
	height: 99px;
	width: 308px;
	top: 37px;
	display: none;
	background-image: url(https://www.paczkomaty.pl/images/finder_bg.png);
	background-repeat: no-repeat;
	left: 0px;
	z-index: 3;
}


.searchInput {
	background-image: url(https://www.paczkomaty.pl/images/search_input_bg.jpg);
	height: 20px;
	width: 280px;
	padding-top: 2px;
	padding-left: 2px;
	display: block;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 15px;
}
.searchInput input[type="text"]{
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 272px;
	outline: none;
}

