/*
 popup.js
*/
div.popup {
  max-width: 410px;
  padding: 5px;
	background-color: transparent;
  /* The following properties should not be changed */
  position: absolute;
}
.curveit { min-width: 420px; }

#popup_overlay {
  background-color: transparent;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#popup_overlay .formoverlay{
  background-color: #DBFBF2;
	height: 600px;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: none;
}

.popup_draghandle {
  cursor: move;
}
