#search_right {
    background: #f4f4f4;
}

#search_right h4 {
    font-size: 16px;
    line-height: 1.4;
    background: #b2dcd8;
    color: #444;
    font-weight: normal;
    padding: 5px 10px;
}

#search_right form {
    padding: 5px 10px;
}



#search_right form input#q {
    width: 175px;
}

