	
	.ac_results {
		border: 1px solid #000000;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width: 458px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #000000;
		text-align: left;
		font-size:13px;
		line-height:13px;
		font-family:arial,sans-serif;
		width: 448px;
		height: 13px;
	}
	
	.ac_results li b {
		float: left;
		width: 350px;	
		font-weight: normal;
		height: 13px;
	}

	.ac_results li small {
		float:right;		
		color:green;
		font-size:10px;
		padding:0 3px;
		text-align:right;
		white-space:nowrap;
		width: 90px;
		height: 13px;
	}
	
	.ac_results li i{
		font-size:10px;	
		color: #6E6E6E;	
		display: none;
	}
	
	.ac_results li.ac_over {
		padding: 2px 5px;
		cursor: pointer;
		background-color: #0000FF;
		height:15px;
		color: #FFFFFF;
	}
	
	.ac_results li.ac_over small {
		cursor: pointer;
		background-color: #0000FF;
		height:15px;
		color: #FFFFFF;
	}
	
	.ac_match {
		text-decoration: underline;
		font-weight:bold;
	}

	#searchForm {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	#searchForm p {
		color:#948669;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:14px;
		font-weight:400;
		margin-bottom: 5px;
	}

