html,body {
  margin:0px;
  font-family: Verdana, Arial, sans-serif;
  height:100%;
  font-size: 10px;
}

#map {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
}

.banner {
  position:absolute;
  top:0px;
  left:0px;
  width:320px;
  height:65px;
  z-index:2;
  background:url(../images/panel_background.png) repeat;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  border-style:none solid solid none;
  border-color:rgb(128,128,128);
  border-width:1px;
  text-align:center;
  padding:0px;
}

#infoPanel {
  position:absolute;
  top:65px;
  left:0px;
  width:320px;
  z-index:2;
  background:url(../images/panel_background.png) repeat;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  border-style:solid solid solid none;
  border-color:rgb(128,128,128);
  border-width:1px;
  visibility:hidden;
  padding-bottom:5px;
  overflow:hidden;
}

.infoBanner {
  height:70px;
  background-color: #FFFFFF;
}

.infoTitle {
  font-size: 12px;
  font-weight: bold;
  background-color: #5c8727;
  color: #fff;
  padding: 5px;
}

.infoAddress {
  padding: 5px 5px 0 5px;
  font-size: 11px;
}

.infoHotspotType {
  padding: 5px 5px 0 5px;
  font-weight: bold;
}

.infoOpen {
  margin: 5px 5px 0 5px;
  background-image: url('https://www.bitbuzz.net/roaming/images/clock.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px;
}

.infoPhone {
  margin: 5px 5px 0 5px;
  background-image: url('https://www.bitbuzz.net/roaming/images/telephone.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 18px;
}

.infoLink {
  margin: 5px 5px 0 5px;
  background-image: url('https://www.bitbuzz.net/roaming/images/link.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 18px;
}

.infoBlurb {
  margin: 5px 5px 0 5px;
  background-image: url('https://www.bitbuzz.net/roaming/images/info.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 18px;
}

