/*
 popup.js
*/
div.Menu_popup {
	max-width: 600px;
	border: 1px groove #666666;
	padding: 5px;
	/* The following properties should not be changed */
  position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 1px;
	background-color: #F0F0E0;
}

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

