@charset "utf-8";
#searchBox {
	width: inherit;
	padding: 5px 0 10px 16px;
}
#searchBox a {
	font-size: 11px;
	color: #000;
	text-decoration:none;
	line-height: 20px;
}
.searchFieldTxt {
	width: 127px;	/*IE6 i IE7 szerokość 125*/
	height:14px;
	border: 1px solid #4c719b;
	margin-right: 4px;
	font-weight:bold;
	font-size:13px;
}
.btn_szukaj {
	width: 56px;
	height: 18px;
	background: url(../../images/buttons/btn_szukaj.png);
	cursor:pointer;
	border:none;
}
