div.Revision
{
  position: absolute;
  right: 500px;
  top: 1px;
  width:180px;
  height:26px;
  
  color: InfoText;
  background-color: InfoBackground;

  font: bold 7pt Tahoma, sans-serif;
  text-align: left;
  cursor: pointer;

  padding: 5px;
  border: 2px outset;
  
  display: none;
}