DIV#searchbar
{
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
  font-size: 10pt;
  font-weight: bold;
  font-family: Geneva,sans-serif;
}

DIV#sac
{
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: normal;
  -moz-user-select: none;
  -khtml-user-select: none;
}

DIV.namesforlife-sac-infopanel-content
{
  width: 175px;
  border: 1px solid #CAD6E8;
  background-color: rgb(200, 290, 239);
  padding: 0.2em;
  font-size: 10pt;
}

A.namesforlife-sac-item
{
  display: block;
  cursor: pointer;
  font-style: oblique;
  text-decoration: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
}

A.namesforlife-sac-item:hover
{
  background-color: lightblue;
  border-color: navy;
}