@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.db_downbar {
padding: 4px !important;
text-shadow: 0 1px 0 rgba(0,0,0,.75) !important;
font: bold 1em Arial !important;
background: #333 !important;
}

.db_progressStack,.db_pauseStack,.db_finishedHbox,.db_notdoneHbox {
border: 0 none !important;
-moz-border-radius: 3px !important;
}

.db_progress-bar {
border: 0 none !important;
min-width: 3px !important;
background-color: #555 !important;
-moz-border-radius-topleft: 3px !important;
-moz-border-radius-bottomleft: 3px !important;
}

.db_progress-remainder {
background-color: #777 !important;
-moz-border-radius-topright: 3px !important;
-moz-border-radius-bottomright: 3px !important;
}

.db_progressVbox {
padding: 0 2px 0 0 !important;
text-shadow: 0 0 0 !important;
}