@charset "utf-8";
#ShipSearch {
	position: absolute;
	font-size:1.14em;
	top: 4.5em;
	left: .5em;
	height: 30px;
}
#ShipSearchIcon {
	width: 28px;
	height: 28px;
	background-color: #7b98bc;
	background-color: rgba(0, 60, 136, .5);
	border-radius:2px 2px 2px 2px;
	padding: 1px;
}
#ShipSearchIcon:hover, #ShipSearchIcon:focus {
	background-color: #4c6079;
	background-color: rgba(0, 60, 136, .7);
}
#ShipSearchForm {
	position: relative;
	height: 30px;
	display: none;
}
#ShipSearchKeywords {
	width: 200px;
	height: 24px;
	border-width: 2px;
	background-color: #FAFAFA;
	background-color: rgba(250, 250, 250, 255);
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
	float: left;
}
#ShipSearchButton {
	height: 28px;
	background-color: #A9A9A9;
	background-color: rgba(169, 169, 169, 255);
	border-radius: 10px 10px 10px 10px;
	padding: 1px;
	vertical-align: top;
	float: left;
}
#ShipSearchButton:hover, #ShipSearchButton:focus {
	background-color:#778899;
	background-color:rgba(123, 134, 150, 255);
}
.ui-autocomplete {
	width: 200px;
	max-height: 30%;
	overflow-y: auto;
	overflow-x: hidden;
}

