input, select, textarea, button, 
.TWIX_AutoComplete * {
	font:	10px Arial, Helvetica, sans-serif;	
	line-height:	1.2em;
}

.TWIX_AutoComplete {
	background-color:	#fcfcfc;
	border:	0px solid #fff;
	padding:	0;
	margin:	0;
	text-align:	left;
	z-index:	999;
}

.TWIX_AutoComplete_waiting {
	background:	url(/construction_en/img/indicator.gif) no-repeat right;
}

.TWIX_AutoComplete .selectable {
	padding:	2px;
	text-align:	left;
	cursor:	pointer;
}

.TWIX_AutoComplete .current {
	background-color:	#efefef;
	color:	#000;
}

.TWIX_AutoComplete .informal {
	color:	#444;
	float:	right;
}

.TWIX_AutoComplete a {
	margin:	2px;
	color:	#eee;
	font-weight:	normal;
	text-decoration:none;
}

.TWIX_AutoComplete a:hover {
	color:	#fff;
	text-decoration:none;
}
