
.autocomplete-container {
	height:58px; position: absolute;
	width:310px!important;
	margin-left: 70px;
}

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

.autocomplete-button {
	 float:left; cursor:pointer; border:none; width:60px; height:32px!important; float:left; background:#489d97 url(but_sqd.png) no-repeat center center; border-radius:0px 5px 5px 0px; cursor:pointer;
}

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

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


.proposal-list {
	list-style: none;
	border-bottom:1px solid #dcdcdc;
	
	
}

.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;
}
#search-form { height:40px!important; margin-top:9px;}