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

.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;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	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: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
#div_region {
overflow:hidden;
width:100%;
padding-bottom:5px;
padding-top:10px;
}
#div_hebergement{
overflow:hidden;
width:100%;
}
#label_region{
padding-right:5px;
float:left;
}
.div_select_region{
float:left;
}
.div_select_hebergement{
float:left;

}
#label_hebergement{
float:left;
padding-right:23px;
}
.div_button_search{
text-align:center;
padding-top:5px;

}
#div_hebergement input {
width:100px;
	/*display: block;
	margin: 10px;
	border:groove #CCCCCC;*/
}
#div_hebergement input:hover {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
button
{
  border:none;
  background:none;
  padding:0;
  margin:0;
  width:auto;
  overflow:visible;					
  text-align:center;	
  white-space:nowrap;	
  height:40px;
  line-height:38px;			
}		
button span, button em
{
  display:block;
  height:40px;
  line-height:38px;			
  margin:0;
  color:#954b05;
}