/************************
EDIT BUTTON
************************/
.button-onsiteedit {
  z-index:1;
  position: fixed !important; 
  left: 10px !important; 
  bottom: 10px !important;
  width:10px;
  height:10px;
  line-height:1em;
  _position:absolute;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
.button-onsiteedit img {
  border:none !important;
  margin:0px !important;
  padding:0px !important;
  _margin-bottom:1px;
}