.tooltip {
  width:292px;
  height:193px;
  position:absolute;
}

*html .tooltip {
  background:url(../imgserver/tooltip/bg_ie.gif) no-repeat;
}

.tooltip_top {
  width:292px;
  height:14px;
  margin-bottom:-2px;
}

.tooltip_left {
  float:left;
  width:22px;
  height:135px;
}

*html .tooltip_left {
  margin-left:-3px;
}

.tooltip_right {
  float:left;
  width:21px;
  height:135px;
}

*html .tooltip_right {
  margin-left:6px;
}

.tooltip_middle {
  background-color:#FFFFFF;
  width:249px;
  height:135px;
  float:left;
}

*html .tooltip_middle {
  width:243px;
  padding-right:4px;
  margin-left:-3px;
}

.tooltip_content {
  width:229px;
  height:120px;
  overflow:auto;
  margin-left:10px;
  background-color:#FFFFFF;
}

*html .tooltip_content {
  width:240spx;
}

.tooltip_text {
  width:210px;
}

.tooltip_close {
  height:9px;
  width:235px;
  text-align:right;
  margin-bottom:4px;

}

*html .tooltip_close {
  margin-top:2px;
  width:236px;
}

.tooltip_close img {
  height:9px;
  width:9px;
}

.tooltip_bottom {
  width:292px;
  height:44px;
}

