div.googleMap {
  height: 300px;
}
div.mapTooltip {
  width: 226px;
}
div.mapTooltipTop {
  width: 226px;
  height: 23px;
  background: url(images/tooltip_top.png) no-repeat top;
}
div.mapTooltipMiddle {
  width: 226px;
  background: url(images/tooltip_middle.png) repeat-y;
}
div.mapTooltipBottom {
  width: 226px;
  height: 35px;
  background: url(images/tooltip_bottom.png) no-repeat bottom;
}
div.mapTooltipTitle {
  font-weight: bold;
  margin: 0px 25px 10px 25px;
}
div.mapTooltipContent {
  padding: 1px 25px 1px 25px;
}
div.mapTooltipContent p {
  margin-top: 2px;
}
