@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document 
url("chrome://bbs2chreader/content/post-wizard.xul"),
url("chrome://pwutil/content/postthread-wizard.xul"){
.wizard-header,.wizard-buttons-separator.groove{
  display:none!important;
}
#wizPostWizard,.wizard-page-box,.wizard-buttons-box-2{
  margin:1px!important;
  padding:0!important;
}

#wizPostWizard,textbox,button,button *{
  background-color:#000000!important;
  background-image:none!important;
  color:#F0F0F0!important;
}
textbox,button{
  border:none!important;
  -moz-appearance:none!important;
  -moz-outline:1px solid #303030!important;
}
textbox[disabled="true"],button[disabled="true"]{
  -moz-outline:1px solid #151515!important;
}
textbox[disabled="true"] *,button[disabled="true"] *{
  color:#A0A0A0!important;
}

#sambaCounter:not([value="OK"]){
  color:#FE5D47!important;
  font-weight:bold!important;
}

#inAAmenuButton{
  position:fixed!important;
  top:0!important;
  right:0!important;
  border:none!important;
  color:#F0F0F0!important;
  -moz-appearance:none!important;
}
#aaBox{
  position:fixed!important;
  top:0!important;
  right:0!important;
  height:0!important;
}

#txtSubject + toolbarbutton{
  border:none!important;
  color:#F0F0F0!important;
  -moz-appearance:none!important;
}
}