/*
 popup.js
*/
div.popup {
  max-width: 250px;
  border: 1px solid #98979C;
  padding: 5px;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
  width:250px;
}
div.popup b {
	color:#0B995D;
}
div.popup p.sep {
	border-bottom:1px #98979C dotted ;
}
#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: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
