.dmxtooltip {
	position:absolute !important;
	display:block;
	padding:0;
	zoom:1.0;
	visibility:hidden;
	z-index:100;
	/*width:auto;*/
	
}
	
.dmxtooltip .dmxtooltipcontent {
	z-index:2;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}

.dmxtooltiptable .tl {width :22px; height:23px; font-size:12px;}
.dmxtooltiptable .t  {             height:23px; font-size:12px;}
.dmxtooltiptable .tr {width :23px; height:23px; font-size:12px;position:relative;}
.dmxtooltiptable .l  {width :22px;              font-size:12px;}
.dmxtooltiptable .r  {width :23px;              font-size:12px;}
.dmxtooltiptable .bl {width :22px; height:26px; font-size:12px;}
.dmxtooltiptable .b  {             height:26px; font-size:12px;}
.dmxtooltiptable .br {width :23px; height:26px; font-size:12px;}


.dmxtooltip .tr a {
	display:block;
	margin:auto auto -1px -1px;
	outline:none;
}
* html .dmxtooltip .tr a  {
	display:block;
	position:absolute;
	margin:13px auto auto -1px;
	height:12px;
	width:11px;
	height:11px;
	z-index:1000;
	padding:5px;
	float:left;
  outline:none;
	line-height:1px;
	filter:alpha(opacity=100);
}
/*
.dmxtooltip .tr a {
  background:url(closebtn_faded.png) bottom left no-repeat;
  text-decoration:none;
	/*display:inline-block;*/
	/*position:relative;
	z-index:10000000;
	float:left;
  outline:none;
	top:14px;
	left:-2px;
	bottom:0px;
}
*/
* html .dmxtooltip a.ieclosebtn img{
  text-decoration:none;
	display:block;
	position:absolute;
	z-index:1000000;
  outline:none;
	top:14px;
	right:13px;
	width:9px;
	height:9px;
	background-color:transparent;
	filter:alpha(opacity=100);
}
/*
.dmxtooltip .tr a:hover {
  background:url(closebtn.png) bottom left no-repeat;
}
*/