#blog-search-form {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#blog-search-suggestions {
    width: 278px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #efefef;
    border-top-width: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
}

#blog-search-suggestions a {
    display: block;
    line-height: 1.2em;
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
}
#blog-search-suggestions a:last-child {
    border-bottom: 0;
}

#no-suggestions {
    padding: 5px 0;
    font-style: italic;
}