.demoPopup {
  border: solid 3px #400000;
  font-family: Tahoma;
  font-size: 12px;
  display: none;
  position: absolute;
  width: 500px;
  z-index: 60;
}

.demoPopuptitle {
  background: #400000;
  color: white;
  font-weight: bold;
  height: 15px;
  padding: 5px;
}

.demoPopupbody {
  background: #ddd;
  padding: 5px;
  text-align: justify;
  color: black;
}

#postacelere, #raccomandata, #domicilio {
  top: 350px;
  left: 400px;
}