@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://browser/content/browser.xul) {

	#status-bar { border-top: 1px solid ButtonShadow !important; }
	
	#status-bar {
	  height     : 1px    !important;
	  min-height : 0      !important;
	  overflow   : hidden !important;
	}
	
	#status-bar:hover,
	#status-bar:focus,
	#status-bar:active { height: inherit /*18px*/ !important; }

} /* 20090405 */
