.tool-tips {

	position: absolute;

	visibility: hidden;

	z-index: 13000;

	color: #fff;
	
	-moz-border-radius: 3px; 
	
    	behavior: url(ie-css3.htc); /* 使用ie-css3 */
    	
    	border-radius: 3px; /* IE 6+  */
    	
    	background-color:#333333;
    	
    	filter:alpha(opacity=90);
    	
	-moz-opacity:0.9;
	
	-khtml-opacity: 0.9; 
	
	opacity: 0.9;
	
	padding:0px 20px;
	


}

.tool-title {

	font-size: 15px;

	font-weight: bold;

	margin: 0;




}

.tool-text {

	padding: 2px 5px;

	font-size: 12px;

}


