/*
____________________________________________________________________________
|                  |                                                        |
|          Title:  |  Firefox 3 - Loading Firefox Animated Spinner          |
|    Description:  |  Animated Firefox Logo will appear during pageloads    |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  July 7, 2008                                          |
|   Last Updated:  |  July 7, 2008                                          |
|        Version:  |  1.0.0.0                                               |
|__________________|________________________________________________________|

*/

tabbrowser tabpanels
{
  /* Change the URL Reference below to point to your custom image.  Clear Cache and reset browser! */

 background: 
url("http://people.mozilla.com/~dolske/apng/spinfox.png") !important; 


  /* Change the HEX Code below to edit the background of the loading page.  Default is White (#FFFFFF) */

  background-color: #FFFFFF !important;
  

  margin: 0px !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}




@-moz-document url("about:blank") 
{ 


/*Following is the Gmail Fix*/ 
body:empty:not([style]):not([text]):not([class]):not([onresize]) 
{ 
background: 
url("http://people.mozilla.com/~dolske/apng/spinfox.png") !important; 

margin: 0px !important;
background-color: #FFFFFF !important; 
background-position: center !important; 
background-attachment: fixed !important; 
background-repeat: no-repeat !important; 

} 

}