	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width: 195px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #7d502a;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #fff378;
		color: #7d502a;
	}
	
	.ac_match {
		text-decoration: underline;
		font-weight: bold;
		color: black;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0){
input.safari_fix{ margin-left: 46px !important;}
}
div.or_copy{
	margin-top: 5px !important;
}
