
.container {
  width                : 800px; 
  margin-left          : 20px;
}

.autocomplete-suggestions { 
  border               : 1px solid #999; 
  background           : OldLace;  
  cursor               : default;
  overflow             : auto;
  -webkit-box-shadow   : 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow      : 1px 4px 3px rgba(50, 50, 50, 0.64); 
  box-shadow           : 1px 4px 3px rgba(50, 50, 50, 0.64); 
  -moz-border-radius   : 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius : 20px;
  border-radius        : 20px; 
}

.autocomplete-suggestion { 
  padding              : 2px 5px; 
  white-space          : nowrap;
  overflow             : hidden; 
}

.autocomplete-no-suggestion { 
  padding              : 2px 5px;
}

.autocomplete-selected { 
  background           : #F0F0F0; 
}

.autocomplete-suggestions strong { 
  font-weight          : bold;
  color                : #000; 
}
.autocomplete-group { 
  padding              : 2px 5px; 
}

.acInput {
	width: 200px;
}

.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acLoading {
	background : url('indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}

.autocomplete-group strong { 
  font-weight          : bold;
  font-size            : 16px; 
  color                : #000; 
  display              : block; 
  border-bottom        : 1px solid #000; 
}

.searchfield {
  background-color     : white;
  border               : 1px solid grey;
  width                : 200px;
}

