.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }





.aps-search-form input#type-post-name {
    border-color: #f2f2f2;
    border-radius: 6px 0 0 6px;
    color: #000;
    max-width: 600px;
    outline: 0 none;
    padding: 9px 12px;
    width: 60%;
}

.aps-search-form {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 30px 0;
    padding: 20px 10px;
    text-align: center;
}



.aps-search-form .search-submit{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%) repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #323232;
    border-image: none;
    border-radius: 0 6px 6px 0;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #000;
    display: inline-block;
    padding:11px 18px 7px;
    text-decoration: none;
    transition:all 0.3s linear 0s;
}

.aps-search-form .search-submit:hover{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e9e9e9 0%, #d1d1d1 100%) repeat scroll 0 0;
}