/*
 popup.js
*/
#email_friend .popup {
  max-width: 600px;
  padding: 5px;
  /* The following properties should not be changed */
  position: absolute;
  top:400px;
  left:400px;
}

#popup_overlay 
{
  background-color:black;
  display:none;
  /* 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_closebox
{
	position:absolute;
	bottom:35px;
	right:35px;
}

.popup_draghandle {
  cursor: move;
}
