
.autocomplete-container {
    width: 758px !important;
    height: 58px;
}

.autocomplete-input {
    float: left;
    color: #fff;
    width: 584px;
    height: 40px;
    background: url(ssnav3_sqd.png) no-repeat 15px 12px;
    border: none;
    padding-left: 40px;
    padding-left: 49px;
    font-size: 14px;
    font-family: "微软雅黑";

}

.autocomplete-button {
    cursor: pointer;
    border: none;
    width: 87px;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    float: left;
    margin-left: 12px;
    background: #e75d40;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
}

.autocomplete-button:HOVER {
    background-color: #D11E1E;
}

.proposal-box {
    position: absolute;
    height: auto;
    left: 0px;
    z-index: 1000;
    width: 660px !important;
    top: 56px !important;
}


.proposal-list {
    list-style: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.proposal-list li {
    text-align: left;
    padding: 5px;
    font-family: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding-left: 46px;
}

li.proposal.selected {
    background-color: rgba(175, 42, 0, 0.52);
    color: white;
}

#search-form {
    height: 40px !important;
    margin-top: 9px;
}
