@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*
____________________________________________________________________________________
|                  |                                                                |
|          Title:  |  Import Wizard  - Custom Background Header Image               |
|    Description:  |  Custom image to the header of the Import Wizard (File/Import) |
|         Author:  |  -=Ben=-                                                       |
|   Date Created:  |  May 1, 2008                                                   |
|   Last Updated:  |  May 1, 2008                                                   |
|        Version:  |  1.0.0.0                                                       |
|__________________|________________________________________________________________|

*/



/*Change the Import Settings Page:*/

#extensionsManager > #extensions-title-block 
{
  background-image: url("http://www.library.drexel.edu/blogs/librarylog/firefox.jpg") !important;
}


.wizard-header 
{
  background-image: url("http://www.library.drexel.edu/blogs/librarylog/firefox.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
}