.ajaxtooltip{
			position: absolute; /*leave this alone*/
			display: none; /*leave this alone*/
			left: 0; /*leave this alone*/
			top: 0; /*leave this alone*/
			background-color: #fff;
			border:1px solid #8db3ea;
			border-width: 1px 2px 2px 1px;
			padding: 5px;
			z-index: 10000000;
}


div.popup {
  position: absolute;
   background-color: #fff;
   border:1px solid #8db3ea;
  /* The following properties should not be changed */
  width: 300px;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/

}

.popup_link, a.popup_link, a.popup_link:link, a.popup_link:visited, a.popup_link:hover {
  cursor: pointer;
    font-size:1.2em;color: #000; font-weight: normal; border-bottom: 0px; text-decoration: none;

  
}

.popup_draghandle, a.popup_draghandle, .popup_draghandle:link, .popup_draghandle:visited, .popup_draghandle:hover{
  cursor: move;
  font-size:1.2em;color: #000; font-weight: normal; border-bottom: 0px; text-decoration: none;
 
}
.popup_closebox, a.popup_closebox, .popup_closebox:link, .popup_closebox:visited, .popup_closebox:hover{
  cursor: pointer;
  font-size:1.2em;color: #000; font-weight: normal; border-bottom: 0px; text-decoration: none;
 
}

.popup_text { padding:12px; text-align: left; font-size: 0.9em;  font-family: verdana}
.popup_top {background-color: #8db3ea;}
