/*
 popup.js
*/
div.popup {
	font-family: verdana;
min-width: 10em;
  max-width: 600px;
  border: 1px solid #999;
  padding: 5px;
  background: #f9f8f7;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
	background: #f9f8f7;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  right: 10em;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
  	display: block;
	text-decoration: none;
	cursor: default;
	outline: none;
	font-size: 11px;
}

.popup_draghandle {
  cursor: move;
}
