/* 
		This stylesheet belongs to TextboxList - Copyright Guillermo Rauch <http://devthought.com> 2009 
		TextboxList is not priceless for commercial use. See <http://devthought.com/projects/jquery/textboxlist/> 
		Purchase to remove copyright
*/

.textboxlist-autocomplete { position: absolute; width: auto !important; color: #333; z-index: 10 }
.textboxlist-autocomplete-placeholder, .textboxlist-autocomplete-results { background: #eee; box-shadow: 0 3px 3px rgba(0,0,0,0.1); border-top: none; display: none; z-index: 3000 }
.textboxlist-autocomplete-placeholder { padding: 5px 7px; }
.textboxlist-autocomplete-results { margin: 0; padding: 0; }
.textboxlist-autocomplete-result { margin: 0; padding: 5px; list-style-type: none; background: #d4e8f7; }
.textboxlist-autocomplete-result-focus { background: #98c1dd; }
.textboxlist-autocomplete-highlight { background: #d4e8f7; font-weight: bold; }

/*  TextboxList.Autocomplete Style guidelines 
			Try to keep .textboxlist-autocomplete {} as it is now
			If you apply custom styles to placeholder, also apply them to results, like it is now.
			.textboxlist-autocomplete-result {} needs a background for IE.
*/