/*
 popup.js
*/
div.popup {
  width: 300px;
  border: 2px solid #3265cb;
  padding: 10px;
  background-color: white;
  margin-top: -310px;
  margin-left: -330px;
  //margin-top: -314px;
  //margin-left: -250px;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup h1 {
  color: #3265cb !important;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
	cursor: help;
}

span.popup_link img {
	margin-bottom: -3px;
}

.popup_draghandle {
  cursor: move;
}

