
.Text{
        font-weight: normal;
        font-style: normal;
        color: #333333;
        text-decoration: none;
}
.toolTip {
		color:#fff;
		font-size:100%;
		line-height:100%;
        filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
        /* comment the above 3 line if you don't want transparency*/
}
#toolTipLayer {
		position:absolute; visibility: hidden;left:0;right:0;
}
