#myinfobox {
  border-radius: 8px 0px 0px 8px;
  background: #FFFFFF;
  width: 400px;
  border: 1px black solid;
}

#myinfobox-header {
  border-radius: 8px 0px 0px 0px;
  background: #808080;
  width: 400px;
  height: 20px;
  text-align: right;
  padding-bottom: 10px;
}

#myinfobox-body {
  border-radius: 0px 0px 0px 8px;
  width: 400px;
  padding: 2px;
}

a.myinfobox-class
{
  text-decoration: none;
  color: #FFFFFF;
  cursor: default;
}

a.myinfobox-class:hover
{
  text-decoration: none;
  color: #8B0000;
  cursor: default;
  font-weight: bold;
  background: #D3D3D3;
}

div.my-infoBox-description
{
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
}



