/*
 popup.js
*/
div.popup {
  max-width: 675px;
  border: 3px solid #FFFFFF;
  padding: 5px;
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup2 {
  max-width: 675px;
  border: 3px solid #000000;
  padding: 5px;
  background-color: #FFFFFF;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
	background-color: #333333;
	/* The following properties should not be changed */
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

#closeimg {
	position:absolute;
	top:545px;
	left:13px;
	z-index:3;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
