.demoPopup {
  border: solid 1px #333;
  font-family: Tahoma;
  font-size: 12px;
  display: none;
  position: absolute;
  width: 300px;
  z-index: 60;
}

.demoPopuptitle {
  background: #996633;
  color: white;
  font-weight: bold;
  height: 15px;
  padding: 5px;
}

.demoPopupbody {
  background: #cccc99;
  padding: 5px;
  text-align: center;
}

#demoPopup1 {
  top: 40px;
  left:350px;
}


.demoPopup2 {
  border: solid 1px #333;
  font-family: Tahoma;
  font-size: 12px;
  display: none;
  position: absolute;
  width: 540px;
  z-index: 60;
}




#demoPopup2 {
  top: 100px;
  left: 350px;
}



