/*
 popup.js
*/
div.popup {
  max-width: 685px;
  border: 4px solid #ED4902;
  padding: 5px;
  background-color:#F7F7DF;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup td {
border:none;	
}

#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;
}

/*
 popup.js
*/
div.popup2 {
  max-width: 685px;
  border: 4px solid #ED4902;
  padding: 5px;
  background-color:#FFF;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup2 td {
border:none;	
}

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

.popup_draghandle {
  cursor: move;
}

