.sphinx-search-form {
    float: right;
    margin-right: 10px;
}

.digest .sphinx-search-form {
    float: none;
    font-size: 25px;
    padding: 20px 0px 20px 0px ;
}

.search-result .toolbar {
    border: none;
    border-radius: 0px 0px 0px 0px;
}

.search-result .toolbar li {
    padding: 0px 5px 0px 17px;
    margin: 0px;
}

.search-form {
    padding: 20px 0 20px 0;
}

.search-form-right {
    padding-top: 0;
}

.search-form input[type="submit"] {
    color: #4B93B1;
    font-size: 14px;
    height: 30px;
    border: 1px solid #E5E5E8;
    background: url(/app/themes/new_default/images/input_button.png) repeat-x;
    box-shadow: 2px 2px 8px 1px #BFBFBF;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 5px;
    width: 80px;
    margin-left: 10px;
    color: #555;
}

.search-form input.text {
    color: #437182;
    height: 30px;
    border: 1px solid #E5E5E8;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 5px;
    width: 400px;
    padding: 5px;
}

.search-form-right input.text {
    width: 185px;
}

.search-form-right input[type="submit"] {
    width: 50px;
    height: 40px;
}

.search_note {
    font-size: 10px;
    position: static;
    text-transform: uppercase;
    float: left;
    color: #333;
    line-height: 1.2em;
    margin-left: 4px;
}

@media (max-width: 760px) {

    .search-form input.text {
        width: 250px;
    }
}

@media (max-width: 360px) {

    .search-form input.text {
        width: 100px;
    }
}