.ac_conteiner {
	border: 1px solid #F3F3F3;
	height: 39px;
        background-color: #F3F3F3;
        display: inline-block;
        vertical-align: middle;
}

.ac_input {
	text-indent:2px;
	font-size:13px;
	float: left;
	padding: 10px;
	border: 0 !important;
	height: 20px;
	margin: 0;
        background-color: #F3F3F3;
        background-position: right;
        background-repeat: no-repeat;
}

.ac_img {
	width: 38px;
	background-image: url('../img/down.png');
        background-repeat: no-repeat;
	height: 38px;
	float:right;
	cursor: pointer;
}

.ac_results {
        /*background-image:  url('../img/fondo_autocompletar2.png');
        background-position: top left;
        background-repeat: no-repeat;*/
	background-color:#F0FDC8;
	/*border:1px solid #F0FDC8;*/
        border-left: 2px solid #9CCE08;
	padding: 0;
        width: 300px;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 150px;
	margin-left: -1px !important; /*all*/
	_margin-left:-3px !important; /*ie8*/
	_margin-left:-1px;            /*ie6*/
	_margin-top: -1px !important; /*ieX*/
}

.ac_results div {
	font-size:13px;
	padding-left: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
	white-space: nowrap;
}

.ac_over {
	cursor: pointer;
	background-color: #9CCE08;
        color: #FFF;
}

.ac_pick{
    position: absolute;
    z-index: 10000;
    background-image:  url('../img/pick.png');
    background-position: top left;
    background-repeat: no-repeat;
    width: 10px;
    height: 35px;
    display: none;
}

.ac_match {
	font-weight:normal;
        color:#3399FF;
	margin: 0;
	padding: 0;
}

html:first-child .ac_results {
/* opera <9.5 does not support css3 property overflow-y */
	overflow: auto;
}