<!--
#wpquarter-wrapper
{
  right: 0px;
  top: 85px;
  float: right;
}

#wpnearbottom-wrapper
{
  right: 0px;
  bottom: 120px;
  float: right;
}

#wpquarter, #wpnearbottom
{
  border: 1px solid #B8860B;
  background-color: rgba(219, 214, 207, 0.91);
  width: 350px;
  padding: 1em 1.6em;
  display: none;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 80%;
  letter-spacing: .06em;
  text-align: center;
  cursor: pointer; cursor: hand;
}

#wpquarter.floating
{
  position: fixed;
  top: 85px;
  right: 45px;
  z-index: 9999;
}

#wpnearbottom
{
  position: fixed;
}

#wpnearbottom.floating
{
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 9999;
}
-->