/* unitip css */

.uniwrap {
	position: absolute;
}
.unitip {
	position: relative;
	z-index: 1000;
	color: #ffffff;
	top: -43px;
	left: -60px;
	font-weight: bold;
}

.unipoint, .unimid, .unicap {
	position: relative;
	top: 0;
	left: 0;
	width: 145px;
	display: block;
}

.unipoint {
	background: url(./images/unitip/TipPoint2.png) left bottom no-repeat;
	height: 19px;
	overflow: hidden;
}

.unimid {
	background: url(./images/unitip/TipMid2.png) repeat;
	width: 115px;
	height: auto;
	padding: 5px 15px;
}

.unitop {
	background: url(./images/unitip/TipCap2.png) 0 -7px no-repeat;
	height: 7px;
	overflow: hidden;
}




/*#unitip {*/
	/*position: absolute;*/
	/*z-index: 1000;*/
	/*top: -1000px;*/
	/*color: #fff;*/
	/*font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;*/
	/*display: none;*/
/*}*/

	/*#unitippoint, #unitipmid, #unitipcap {*/
		/*position: relative;*/
		/*top: 0px; */
		/*left: 0px;*/
		/*width: 145px;*/
		/*display: block;*/
	/*}*/
	/**/
	/*#unitippoint { */
		/*background: url(./images/unitip/TipPoint.png) no-repeat;*/
		/*height: 19px; */
		/*overflow: hidden; */
	/*}*/
	/**/
	/*#unitipmid { */
		/*background: url(./images/unitip/TipMid.png) repeat;*/
		/*width: 115px;*/
		/*height: auto; */
		/*padding: 5px 15px;*/
	/*}*/
	/**/
	/*#unitipcap { */
		/*background: url(./images/unitip/TipCap.png) no-repeat;*/
		/*height: 7px; */
		/*overflow: hidden; */
	/*}*/