html {
    position: relative;
    min-height: 100%;
    background-color: #444;
    color: #000
}

body {
    background-color: #444;
    color: #000
}

.cre-search-frame {
    background-image: url("../jpg/search.jpg");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat
}

.cre-search-block {
    background-color: #FFF;
    padding: 20px 0 30px 0;
    margin: 120px 0 100px 0
}

.cre-search-block .twitter-typeahead {
    width: 100%
}

.cre-search-block label {
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px
}

.cre-search-headline {
    font-size: 26px;
    color: #666;
    text-align: center
}

#cre-search-btn {
    background-color: #000;
    color: #FFF;
    height: 37px;
    width: 100%
}

#cre_search_field {
    width: 100%;
    height: 37px
}

.cre-search-top-block {
    background-color: #eee;
    padding: 10px 0
}

.result-counter {
    color: #ffee99
}

.search-container {
    max-width: 900px
}

#btn-search {
    width: 100%
}
