	input.rech {
 		font-family: Helvetica; 
 		font-size: 12px; 
 		background: url(../Images/loupe.gif) no-repeat 2px; 
 		padding:5px 0 4px 20px;
 		background-color: #FFFFFF; 
 		border: 1px solid #99CCFF; 
 		color: #000; 
 		cursor: text;
 		position : absolute;
		top : 112px;
	}
		

	.suggestionsBox {
		margin: 0px 0px 0px 0px;
		width: 400px;
		background-color: #EEE;
		border: 1px solid #99CCFF;	
		color: #000;
		z-index:2000;
		position : absolute;
		top : 137px;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		color: #000;
		z-index:2000
	}
	
	.suggestionList li {
		margin: 0px 0px 1px 0px;
		padding: 1px;
		color: #000;
		cursor: default;
		display : block; 
		list-style: none;
		z-index:2000
	}
		
	.suggestionList li:hover {
		color: #FFF; 
		background-color: #4494b6;
		display: block;
		width: 100%;
		
	}
	
	.suggestionList a {
		color: #000;
		display : block; 
		text-decoration:none;
	}
	
	.suggestionList a:hover {
		color: #FFF;
		display : block; 
		text-decoration:none;
	}
//*
	.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 {
	
	padding: 2px 5px;
	cursor: default;
	display: block;

	width: 100%;
	font: menu;
	font-size: 12px;
	
	line-height: 16px;
	overflow: hidden;
	width: 400px;
}

.ac_loading {
	background: white url('../Images/indicator.gif') right center no-repeat;
}

.ac_odd {
	
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
	*/
