a.wt_csstooltip {
    position: relative;
    
    z-index: 240;
    color: #FF6600;
    text-decoration: none;
    cursor: help;
	!padding-right: 2px; /* IE Hack */
}
a.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
    background-color: #FFF5E5;
}
a.wt_csstooltip span,
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250; 
}
a.wt_csstooltip:hover span,
a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: -115px;
    /*top: 2em;*/
    left: 2em;
    width: 17em;
    background-color: #FFF5E5;
    color: #000000;
    text-align: left;
    padding: 5px;
    font-size: 11px;
	border: 2px solid #FFE0B2;
    text-decoration: none;
	font-style: normal;
	font-weight: normal;
	z-index: 2500; 
}