/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 1px solid red;
  padding: 5px;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}

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

#topbar {
BORDER-RIGHT: 0px solid;
PADDING-RIGHT: 0px;
BORDER-TOP: 0px solid;
PADDING-LEFT: 0px;
Z-INDEX:200;
z-index:200;
RIGHT: 873px;
/*VISIBILITY: hidden;*/
PADDING-BOTTOM: 0px;
BORDER-LEFT: 0px solid;
WIDTH: 220px;
PADDING-TOP: 70px;
BORDER-BOTTOM: 0px solid;
POSITION: absolute;
TOP: 8%;
HEIGHT: 150px;
left: 80%;
COLOR:#333;
FONT:12px tahoma;
}
#topbar a:link,#topbar a:visited{
COLOR:#00F;
}