/*
 __________________________________________________________________
|                  |                                               |
|          Title:  |  Check For Updates - Colorful Progress Meter  |
|    Description:  |  Colors the Progress Meter to your liking     |
|         Author:  |  -=Ben=-                                      |
|   Date Created:  |  July 16, 2008                                |
|   Date Updated:  |  July 17, 2008                                |
|        Version:  |  1.0.0.0                                      |
|__________________|_______________________________________________|

*/




@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#downloadProgress, #checkingProgress
{
  color: #FF0000 !important ;
  background: #FF0000 !important ;
  background-color: #FF0000 !important ;
  -moz-appearance: none !important;
}