@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url-prefix(chrome://stylish/content/)  {
/*
 * Stylish Mgr: input box background color & font
 **************************************************/

  textbox#filter,      /* window, sidebar */ 
  textbox#description  /* editor */
  { 
    -moz-appearance:  none  !important;
    border:  none  !important; 
    outline:  1px solid #7F9DB9  !important;
    background-color:  #FFEFC6  !important; 
    margin:  3px 5px 2px  !important;  
    padding:  3px 5px 2px  !important; 
    font-size:  11px  !important;    
    font-family:  Verdana  !important; 
  }
  
}