#search_form input {

    font-size: medium;
    background-color: #d4ba48;
    width: 200px;
    height: 22px;
    text-align: center;
    margin: 2px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 5px;
    outline: none;
    border: 4px solid #9a831c;

}

#search_form input:hover {
    background-color: #e5cb57;
    cursor: pointer;
    outline: none;
    border: 4px solid #d4ba48;

}



#search_form select {

    font-size: medium;
    background-color: #d4ba48;
    width: 150px;
    height: 38px;
    text-align: center;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    outline: none;
    border: 4px solid #968120;


}

#search_form select:hover {
    background-color: #e5cb57;
    cursor: pointer;
    outline: none;
    border: 4px solid #d4ba48;


}

#search_form button {
    font-size: medium;
    background-color: #d4ba48;
    width: 100px;
    height: 38px;
    text-align: center;
    margin: 2px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 5px;
    outline: none;
    border: 4px solid #d4ba48;

}

#search_form button:hover {
    background-color: #e5cb57;
    cursor: pointer;
    border: 4px solid #e5cb57;
    outline: none;


}