.tooltip_div
{ 
  display: block; 
  position: absolute; 
  background: #DFE6EE;  /* #D9E2EA url('/images/bg_tooltip.jpg')  no-repeat */
  border: 1px solid #8799AB;
  border-radius : 3px; 
  line-height : 130%;
  font-family1 : Arial;
  font-size1 : 10px;
  padding1 : 8px 13px 10px 13px;
  padding: 15px 20px;
  max-width: 700px;
  z-index: 998;
  width: expression(document.body.clientWidth > 300? "300px" : "auto");
  -moz-box-shadow: 2px 2px 3px #969696;
  -webkit-box-shadow: 2px 2px 3px #969696;
  box-shadow: 2px 2px 3px #969696;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
}

.tooltip_div, .tooltip_div TD, .tooltip_div P {font-size1 : 95%;}

.tooltip_img
{ 
  border: 0px;
}

.tooltip_a
{ 
  cursor: hand;
  border-bottom : 0;
}

.tooltip_header
{
  font-weight : bold;
  margin-bottom : 0.5em;
}

.tooltip_close
{
  float: right;
  margin : 0 0 10px 10px;
  cursor: pointer;
  display : inline;
}

