.ac_results {
	padding: 0px;
	border: 2px solid #639ef1 ;
	background-color: #fff;
	overflow: hidden;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.4);
box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}

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

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

}

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

.ac_odd {
	background-color: #fff;
	color: #000000 ;
}

.ac_over {
	background-color: #639ef1;
	color: #000000 ;
}


.input_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #84a10b;
	padding:2px;
	width:150px;
	color:#000;
	background:white url('search.png') no-repeat 3px 2px;
	padding-left:17px;
}
