#QB_Form .qb_button  {
    width: 32px;
    height: 32px;
    border: none;
    margin-top: 5px;
}

#QB_Form #search_button {
    background: url(/img/icons/querybuilder/Search.png) no-repeat;
}

#QB_Form #save_and_search_button {
    background: url(/img/icons/querybuilder/Search_folder.png) no-repeat;
}

#QB_Form #reset_button {
    background: url(/img/icons/querybuilder/Revert.png) no-repeat;
}

#QB_Form #free_form_button {
    background: url(/img/icons/querybuilder/Pencil.png) no-repeat;
}

#QB_Form #join_tables_button {
    background: url(/img/icons/querybuilder/Writing_pencil.png) no-repeat;
}

#QB_Form #run_saved_query {
    background: url(/img/icons/querybuilder/Find.png) no-repeat;
}

#QB_Form #delete_saved_query {
    background: url(/img/icons/querybuilder/Erase.png) no-repeat;
}

#QB_Form .qb_mail_send  {
    background: url(/img/icons/querybuilder/Scenario.png) no-repeat;
}

#QB_Form #update_and_search {
    background: url(/img/icons/querybuilder/Save_picture.png) no-repeat;
}

#QB_Form .qb_save {
    background: url(/img/icons/querybuilder/Save.png) no-repeat;
}

#QB_Form .qb_cancel {
    background: url(/img/icons/querybuilder/Cancel.png) no-repeat;
}