

.test1,#test2 {
	width: 300px;
	float: left;
	margin-left: 10px;
	border: 1px solid #000;
	padding: 10px;
}

.tip { 
	font-size: 11px;
	background: transparent url(../../images/universal/tooltip/tip_bg.png) top left repeat-y !important;
	background: transparent url(../../images/universal/tooltip/tip_bg.gif) top left repeat-y;
}  
.tip-top { 
	width: 178px !important;
	width: 173px;
	height: 13px !important;
	height: 8px;
	background: transparent url(../../images/universal/tooltip/tip_top.png) top left no-repeat !important;
	background: transparent url(../../images/universal/tooltip/tip_top.gif) top left no-repeat;
}  
.tip-title { 
	color:#e95e25; 
	font-weight:bold; 
	padding: 0 10px 6px 10px;
	width: 158px !important;
	width: 153px;
}  
.tip-text { 
	color:#000; 
	padding: 0 10px;
	width: 158px !important;
	width: 153px;
}  

.tip-bottom { 
	height:17px !important;
	height:9px;
	width: 178px !important;
	width: 173px;
	background: transparent url(../../images/universal/tooltip/tip_bottom.png) top left no-repeat !important;
	background: transparent url(../../images/universal/tooltip/tip_top.gif) top left no-repeat;
}