/* by makondo, 10/09 */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://bbcode/content/bbcode_settings.xul){

caption
{ -moz-appearance: -moz-win-glass !important; 
background: none !important;
color: black !important; }

groupbox
{ -moz-appearance: none !important;
border: none !important; }

/* buttons */
menulist, button:not([type="repeat"])/*, #slideshow, .padded.uri-element*/
{ -moz-appearance: none !important;		
-moz-border-radius: 14px !important;
background: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png) !important; }

button:not([type="repeat"]):not([type="checkbox"])
{ border: 1px solid rgba(0,0,0,0.9) !important;
background: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png) !important; 
-moz-border-radius: 8px !important;
-moz-box-shadow: 2px 2px 4px #628088 !important; 
-moz-box-shadow: 
0 0 2px rgba(255, 255, 255, 0.4) inset,
0 4px 6px rgba(255, 255, 255, 0.4) inset,
0pt 11px 0 -2px rgba(255, 255, 255, 0.2) inset,
0pt 13px 8px rgba(0, 0, 0, 0.3) inset,
2pt 2px 4px rgba(0, 0, 0, 0.2)  !important; }
button:not([type="repeat"]):not([type="checkbox"]):hover
{ color: #234A5D !important; } }