* html {
	margin: 0;
	padding: 0;
}

/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	display: none;
}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 145px;
	display: block;
}
#unitippoint {
	left: -3px;
	background: url(../images/TipPoint.png) no-repeat;
	height: 30px;
	overflow: hidden;
}
* html #unitippoint {
	margin-left: -3px; /* ie 6 */
}
#unitipmid {
	background: url(../images/TipMid.png) repeat;
	width: 118px;
	height: auto;
	padding: 7px 11px 7px 20px;
}
* html #unitipmid {
	width: 114px;
	padding-bottom: 2px; /* ie 6 */
}
#unitipcap {
	background: url(../images/TipCap.png) no-repeat;
	height: 12px;
	overflow: hidden;
}