.searchbar {
	background: white url(../../img/ico/search.png) no-repeat scroll 3px 4px;
	border: 1px solid #95A5C6;
	color: #000000;
	font-weight: normal;
	padding: 2px 0px 2px 17px;
	margin-right: 40px;
	width: 120px;
	transition: all .4s ease;
}
.searchbar:focus {
	width: 200px;
}
.floater {
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	display:none;
	padding:0;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(51,51,51,0.8);
	-moz-box-shadow: 1px 1px 10px 1px rgba(51,51,51,0.8);
	/*box-shadow: 1px 1px 10px 1px rgba(51,51,51,0.8);*/
}
.floater td {
	/*font-family: Gill, Helvetica, sans-serif;*/
	font-family: Lucida Sans Unicode, Arial Unicode MS, sans-serif;
	background-color:white;
	border:1px inset #979797;
	color:black;
}
.matchedSmartInputItem {
	font-size:0.8em;
	padding: 5px 10px 1px 5px;
	margin:0;
	cursor:pointer;
}
.selectedSmartInputItem {
	color:white;
	background-color:#0868b2;
}
.matchedSmartInputItem:hover {
	color:white;
	background-color:#0868b2;
	
}
#smartInputResults {
	padding:0;
	margin:0;
}