.fmetip
{
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:200;/*must have*/
	width:0px;/*must have for any big value*/
	height:0px;/*must have for any big value*/
	visibility:hidden;
    filter:mask();/*must have*/
}
#dhtmltooltip,
#tipDropProof
{
    overflow:hidden;
    position: absolute;
    border: 1px solid #999;
    width: 180px;
    padding: 2px 4px 2px 4px;
    background-color:#016634;
    visibility: hidden;
    z-index: 100;
    color:#ffffff;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0px;
    opacity:0.90;/* Firefox, Safari(WebKit), Opera */
    -ms-filter: "alpha(opacity=94)";/* IE 8 */
    filter:Alpha(opacity=94, FinishOpacity=82, style=1, startx=1, starty=1, finishx=150);/* IE 4-7 */
}
