.ac_results {
	color:#646d76;
	padding:0 0 10px 0;
	width:400px;
	z-index: 99999
}

.ac_results ul {
	background:#fff;
	border-bottom:1px solid #b6b9ba;
	border-right:1px solid #b6b9ba;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	width: 100%;
	list-style-position: outside;
	list-style: none;
	margin:-1px 0 0 0;
	width:401px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px
}

.ac_results li {
	border-top:1px solid #b6b9ba;
	border-left:1px solid #b6b9ba;
	margin: 0px;
	padding:2px 20px 2px 10px;
	cursor: default;
	height:auto;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size:1.5em;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	/*line-height:40px;*/
}

.ac_results li:last-child {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px
}

.ac_odd {
	background-color:#fff;
}
.ac_odd strong{
	color:#007be3;
}
.ac_even strong{
	color:#007be3;
}
.ac_over {
	background-color:#b7e2ff;
	color:#007BE3;
}

.ac_input{
border:1px solid #717A83;
padding:5px;
margin:0 0 0px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:200px;
background-image: url('/images/icons/statusCheck-homepage.png') no-repeat left top;}