@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://chaika/content/post/wizard.xul"){
.wizard-header,
.wizard-buttons-separator.groove{
  display:none!important;
}
.wizard-buttons-box-2,
.wizard-page-box{
  margin:0 5px 5px 5px!important;
}
#titleHeader{
  margin:5px 10px!important;
}
#titleHeaderContainer{
  height:auto!important;
}
#notification{
  position:fixed!important;
  top:0!important;
  right:0!important;
}
#chaikaPostWizard[firstpage="true"] #toolbox{
  position:fixed!important;
  bottom:8px!important;
  left:5px!important;
}
#chaikaPostWizard:not([firstpage="true"]) #toolbox{
  display:none!important;
}
#toolbox > *{
  vertical-align:middle!important;
}

#titleFormContainer + hbox > label{
  display:none!important;
}
}



@-moz-document url("chrome://bbs2chreader/content/post-wizard.xul"){
.wizard-header,
.wizard-buttons-separator.groove,
spacer{
  display:none!important;
}
.wizard-buttons-box-2,
.wizard-page-box{
  margin:0 5px 5px 5px!important;
}
#lblThreadTitle{
  margin:5px!important;
}
#txtMsg + hbox{
  position:fixed!important;
  top:0px!important;
  right:5px!important;
}
#txtMsg + hbox > *,
#aaBox *{
  vertical-align:middle!important;
}
#wizPostWizard[firstpage="true"] #aaBox{
  position:fixed!important;
  bottom:8px!important;
  right:5px!important;
}
#wizPostWizard:not([firstpage="true"]) #aaBox{
  display:none!important;
}
}