@charset "UTF-8";
.tooltipz{
	position:absolute;
	width:280px;
	z-index:1135;
	display:inline-block; /*important*/
    font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
	padding:0px;
}
.contentz{
	margin:0px;
	padding:15px 30px 0px 30px;
	background-image:url(../images/tmid.png) ;
	background-repeat:repeat-y;
}
.ttipHead{
	width:280px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 0 0 ;
	background-image:url(../images/ttop.png);
	background-repeat: no-repeat;
	color:#fc6c03;
}
.ttipFoot{
	width:280px;
	height:83px;
	background-image:url(../images/tbtm.png);
	background-repeat: no-repeat;
}
.ttipHead .tspan {
	border-bottom:#fc6c03 thin solid;
  	width:230px;
	display:block;
	height: 5px;
	margin:0 auto 0 auto;
	padding:5px 0 0 0 ;
}