body {
  margin: 0;
  font: 11px Verdana, Arial, sans-serif;
  line-height:16px;
  color:#000000;
  padding: 62px 58px 62px 62px;
}

A:link 		{ color:#555555; text-decoration:underline; }
A:visited 	{ color:#555555; text-decoration:underline; }
A:active 	{ color:#555555; text-decoration:underline; }
A:hover 	{ color:#555555; text-decoration:none; }

.tip {
	width: 157px;
	padding-top: 8px;
	overflow: hidden;
	display: none;
	position: absolute;
    color:#ffffff;
    font-size:10px;
    line-height:15px;
	z-index: 500;
	background: url(../gui/tip-top.png) no-repeat top;}

.tipMid {background: #000000;padding-bottom:4px;padding-left:13px;padding-right:11px}
.tipBtm {background: url(../gui/tip-bottom.png) no-repeat bottom; height: 14px;}