.tTip {
  cursor: pointer;
}

.tip {
  width: 310px;
  padding-top: 30px;
  display: none;
  position: absolute;
  background: transparent url(/images/tipTop.png) no-repeat top;
  z-index: 999;
  overflow: hidden;
}

.tipMid {
  background: transparent url(/images/tipMid.png) repeat-y;
  padding: 0px 25px 10px 25px;
  font-family:Arial,sans-serif;
  font-size: 1.2em;
  z-index: 999;
}

.tipBtm {
  background: transparent url(/images/tipBtm.png) no-repeat bottom;
  height: 72px;
  z-index: 999;
}