.Zebra_Tooltip {
    position:absolute;
    z-index:80000000 !important;
    background:transparent;
    font-family:'iransansweb-light',Tahoma;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
	min-width:100px;
    position:relative;
    padding:8px 12px 10px 10px;
	margin-bottom:10px;
    font-size:13px;
    line-height:20px;
	height:auto !important;
	display:inline-block;
	text-align:center;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    *margin-right:0;
    /*max-width:250px;
    _width:expression(document.body.clientWidth > 250 ? '250px':'auto'); */
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow { 
	position:absolute; 
	height:10px; 
	width:20px; 
	overflow:hidden ;
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { 
	bottom:0;
	margin-bottom:10px; 
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top { 
	top:0    
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
	position:absolute;
	border-style:solid;
	border-width:10px;
	height:0;
	width:0;
	left:0;
	_border-left-color:pink;
	_border-right-color:pink;
	_filter:chroma(color=pink);
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
    top:0;
    _border-bottom-color:pink;
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
    bottom:0;
    _border-top-color:pink;
}
.Zebra_Tooltip .Zebra_Tooltip_Close {
    text-decoration:none;
    color:#FFF;
    position:absolute;
    right:4px;
    top:1px;
    font-size:9px;
    font-weight:bold;
}