.search1 {
	float: right;
	width: 340px;
	height: 36px;
	margin-top: 14px;
	margin-left: 5px;
}

.autocomplete-container {
	position: absolute;
	width: 340px !important;
	height: 36px !important;
}

.autocomplete-input {
	float: left;
	border: none;
	font-size: 16px;
	width: 258px !important;
	height: 34px !important;
	padding-left: 8px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 5px 0 0 5px;
}

.autocomplete-button {
	float: left;
	border: none;
	cursor: pointer;
	display: block;
	width: 60px;
	height: 36px !important;
	background: #0062b2 url(../images/but_sqd.png) no-repeat center center;
	border-radius: 0px 5px 5px 0px;
}

.autocomplete-button:HOVER {
	background-color: #D11E1E;
}

.proposal-box {
	position: absolute;
	height: auto;
	left: 0px;
	z-index: 1000;
	width: 238px !important;
	top: 35px !important;
	width: 87px !important;
	/* height: 60px !important; */
	display: block;
}

.proposal-list {
	list-style: none;
}

.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	cursor: pointer;
	padding-left: 46px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

li.proposal.selected {
	background-color: #dcdcdc;
	color: white;
}
