.popup {
  border: solid 3px #314BA2;
  display: none;
  position: absolute;
  width: 350px;
  z-index: 60;
  top: 25%;
  left: 50%;
  margin-left: -175px;
}

.popuptitle {
  border-bottom: solid 3px #314BA2;  
  background: #CACACA;
  color: #314BA2;
  font-size: 15px;
  font-weight: bold;
  height: 15px;
  padding: 5px;
}
     
.popupbody {
  background: #FFFFFF;
  padding: 15px;
  text-align: center;
}

