.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

#main-search-box {
	outline: none;
}

#returned_results {
	background-color: #eee;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	position: relative;
	top: 0;
	right: 0;
}

#returned_results ul {
	width: 170px;
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
	
	border-left: 2px solid #ACACAC;
	border-right: 4px solid #ACACAC;
	border-bottom: 4px solid #ACACAC;

	position: absolute;
	top: 26px;
	right: 38px;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	 box-shadow: 0.2em 0.2em #CCC
}


	#returned_results li {
		list-style: none;
		padding: 4px;
		color: #000;
		cursor: pointer;
		text-align: left;
		position: relative;
	}
	
	
		#returned_results li a {
			color: #000;
		}
	


	.focused {
		background-color: #9DB0C0;
		color: #FFF;
	}