/*
_______________________________________________________________________
|                  |                                                   |
|          Title:  |  Block (Disable) Google Suggest                   |
|    Description:  |  Prevents suggestions from showing up while typing|
|         Author:  |  -=Ben=-                                          |
|   Date Created:  |  September 5, 2008                                |
|   Date Updated:  |  September 5, 2008                                |
|        Version:  |  1.0.0.0                                          |
|__________________|___________________________________________________|

*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://google), url-prefix(http://www.google) 
{

Table.gac_m
{
  display: none !important;
}

}