/*
 popup.js
*/
div.popup {
border: 2px solid #157194; padding: 10px; text-align: center; font-size: 14px; direction: ltr;
  max-width: 600px;
  padding: 5px;
  background-color: #D4E2F0;
  background: rgb(212, 226, 240) none repeat scroll 0% 0%; z-index: 999; font-family: arial; font-weight: bold; color: rgb(0, 0, 0); -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; display: block;
  /* The following properties should not be changed */
  position: absolute;
  font-size:12px;
}

#popup_overlay {
  background-color: 000000;
  /* 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;
}
