.popup
{
  position:fixed; left:90px; top:50px; width:180;
  border-style:solid;
  border-width:1;
  border-color:gray;
  background-color:lightgray;
  padding:2px;
  color:black;
  font-family:Arial;
  font-size:10pt;
  z-index:2;
  visibility:hidden;
  float:right;
  text-align:left;
}

.purplebg
{
  background-color:#d9d9ff;
}

.nowrapping
{
  white-space:nowrap
}
