.ac_results {
	padding: 0px;
	border: 1px solid #636363;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
        width: 250px; 
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 24px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
        color: #000;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#szukaczek{
    margin-top: 30px;
    width: 214px;
    line-height: 28px;
    padding: 0 10px 0 10px;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    display: block;
    height: 33px;
    border: 1px solid #636363;
    font-size: 16px;
    float: left;
    border-right: 0;
}

#szukaczek_submit{
    width: 33px;
    height: 35px;
    display: block;
    border: 1px solid #636363;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    margin-top: 30px;
    float: left;
    background-image: url("../images/background-sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -52px;
}