/*
 popup.js
*/
div.popup {
  width: 555px;
  max-width: 555px;
  border: 1px solid #ccc;
  padding: 7px;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}


div.popup img{padding:6px;}

div.popup a {font-weight:bold;}
div.popup a:vistied {font-weight:bold;}


#popup_overlay {
  background-color: #fff;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
