div.content_wiz {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#lewa_kolumna {
    margin: 10px 0px 0px 0px;
    float: left;
}
div#nawigator_container {
    width: 167px;
	margin-bottom: 10px;
}

div#wyszukiwarka_title {
    color: #fff;
    background-image: url(../images/nawigator_title.png);
    background-repeat: no-repeat;
    width: 167px;
    height: 22px;
	
}

div.tytul {
    font-size: 8pt;
	padding: 5px 0px 0px 10px;
}

div#wyszukiwarka_tresc {
    width: 164px;
    background-color: #fff;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

div#wyszukiwarka_foot{
    color: #fff;
    background-image: url(../images/content_bh2.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #cfcfcf;
    width: 164px;
    height: 16px;
    background-color: #000;
}
#nawigator_tresc a{
    color: #ff7e00;
    text-decoration: none;
}
form.wyszukiwarka{
	padding-left:5px;
	
}
.wyszukiwarka p{
	width: 150px;
	margin-bottom:10px;
	height: 1%;
}
.wyszukiwarka label{
	font-weight: bold;
	width: 150px;
	color:#006da6;
	margin-bottom:2px;
}
input.pola{
	width:150px;
	display:inline;
}
input#przycisk{
	margin-bottom:8px;
}
select.lista{
	font-size:8pt;
	width:150px;
}
div.dodaj_firme{
	width: 167px;
	height:150px;
	background-image:url(../images/dodaj_firme.png);
	background-repeat:no-repeat;
	margin-top:10px;
	cursor:pointer;
}