/* GoogleMap Location */

#gmp-bkg {
  position: fixed;
  top: 0px;
  left: 0px;
  background: black;
  display: none;
}

#gmp-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  background: #d0dae3;
  text-align: center;
  border: 0px white solid;
  display: none;
}

#gmp-titlebar {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: #b2b2b2 0px solid;
  border-bottom: #b2b2b2 0px solid;  
  background: url('/img/prd-enl-x.png') top right no-repeat;
}

#gmp-titlebar A {
  width: 100%;
  height: 100%;
  display: block;
}

#gmp-content {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0px;
  padding: 30px;
  border: #b2b2b2 1px solid;
  color: black;
  background: white;
}

#gmp-map {
}

#gmp-caption {
  width: 100%;
  height: 40px;
  background: #d0dae3 url('/img/prd-enl-logo.png') left top no-repeat;
  /*border: 1px blue solid;*/
}

#gmp-caption P {
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: right;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0px;  
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
