input[type=text] { width: 20em;
margin-bottom:6px;
margin-top:6px;
	margin-left:9px;
	padding-left:10px;
	background-color:#fbfbfb;
	border:none;
	color:#515050;
	outline:none;
	resize:none;
	font:12px/1.2 Calibri,Arial,sans-serif;
	height:22px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url("border-radius.htc"); 
	
	-moz-box-shadow: 1px 1px 1px #848282 inset, 0 0 2px #a8a8a8 inset;
	-webkit-box-shadow: 1px 1px 1px #848282 inset, 0 0 2px #a8a8a8 inset;
	box-shadow: 1px 1px 1px #848282 inset, 0 0 2px #a8a8a8 inset;
		behavior: url("border-radius.htc"); }

input[type=text]:hover {
background-color:#fbfbfb;
-moz-box-shadow: 1px 1px 1px #a8a8a8 inset, 0 0 1px #ccc inset;
	-webkit-box-shadow: 1px 1px 1px #a8a8a8 inset, 0 0 1px #ccc inset;
	box-shadow: 1px 1px 1px #a8a8a8 inset, 0 0 1px #ccc inset;
		behavior: url("border-radius.htc"); 

}
input[type=text]:active input[type=text]:focus{
background-color:#fbfbfb;
-moz-box-shadow: 1px 2px 1px #909296 inset, 2 2 4px #a8a8a8 inset;
	-webkit-box-shadow: 1px 2px 1px #909296 inset, 2 2 4px #a8a8a8 inset;
	box-shadow: 1px 2px 1px #909296 inset, 2 2 4px #a8a8a8 inset;
		behavior: url("border-radius.htc"); 
}		
		
#recherche {
	position:relative;
	margin-left:350px;}

.ac_results {
	padding: 0px;
	border: 1px solid #d1ccc8;
	background-color: white;
	overflow: hidden;
	text-align:center;
	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('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f4f2f0;
}

.ac_over {
	background-color: #a6c460;
	color: white;
}


ScrollBar {
up-arrow-skin: ClassReference(null);
down-arrow-skin: ClassReference(null);
trackSkin: Embed(source="skins/ScrollBarTrack.png", scaleGridLeft="1", scaleGridTop="4", scaleGridRight="5", scaleGridBottom="16");
thumbUpSkin: Embed(source="skins/ScrollBarThumb_up.png", scaleGridLeft="1", scaleGridTop="4", scaleGridRight="5", scaleGridBottom="16");
thumbOverSkin: Embed(source="skins/ScrollBarThumb_over.png", scaleGridLeft="1", scaleGridTop="4", scaleGridRight="5", scaleGridBottom="16");
thumbDownSkin: Embed(source="skins/ScrollBarThumb_down.png", scaleGridLeft="1", scaleGridTop="4", scaleGridRight="5", scaleGridBottom="16");
}
