.ac_conteiner {	
    margin-bottom: -10px;
    width: 340px !important;
}

.ac_input {
    text-indent:2px;
    font-size:1em;
    font-family:sans-serif;
    display: block;
    float: left;
    border: 0;
    height: 16px;
    width: 100% !important;
}
/*
.ac_img {
    width: 18px;
    background: url('../images/select.gif');
    height: 20px;
    float: left;
}
*/
.ac_results {
    border: 1px solid gray;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100px !important;
    margin-left: -1px !important;
    _margin-left: -3px !important;
    _margin-top: 25px !important;
    margin-top: 25px !important;
    width: 346px !important;
}

.ac_results div {
	  font-size:1em;
    font-family:sans-serif;
    padding-left: 2px;
    white-space: nowrap;
}

.ac_over {
    cursor: pointer;
    background-color: #3399ff;
    color: #fff;    
}
.ac_wyzeruj {
    margin: 0 !important;
    padding: 0 !important;    
}

.ac_match {
    text-decoration: underline;
    color: inherit;
    margin: 0;
    padding: 0;
}

html:first-child .ac_results {
/* opera <9.5 does not support css3 property overflow-y */
    overflow: auto;
}