/* Auto Address list drop down items */
.floater {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	z-index: 12;
	bottom: 0;
	right: 0;
	display: none;
	padding: 0;
}

.floater {
	position: absolute;
	z-index: 12;
	bottom: 0;
	right: 0;
	display: none;
	padding: 0;
}

.floater td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border: 1px inset #979797;
	color: black;
}

.matchedSmartInputItem {
	font-size: 10px;
	padding: 5px 10px 1px 5px;
	margin: 0;
	cursor: pointer;
}

.selectedSmartInputItem {
	color: white;
	background-color: #3875D7;
}

#smartInputResults {
	padding: 0;
	margin: 0;
}

.siwCredit {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 0.7em;
	color: black;
}