/**
 * Auto Complete v3.0
 * July 26, 2009
 * Released under the MIT License @ http://www.codenothing.com/license
 * Corey Hart @ http://www.codenothing.com
 */ 
ul.auto-complete-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	margin-right: 20px;
	position: absolute;
	z-index: 1000000;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 175px;
	background-color: white;
}

ul.auto-complete-list li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	background-color: white;
/*
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
*/
	cursor: pointer;
	width: 175px;
}

ul.auto-complete-list li.auto-complete-list-rollover {
	background-color: #c5c5c5;
}
