
.tip { 
	width:200px; 
}

.tip-top { 
	background:#fff;
	height:10px;
	width:200px;
	border-bottom:0;
	background:url(../../../images/bg/tip.png) no-repeat top center;
	height:12px
}  

.tip-title	{ 
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0 15px 0 15px;
	color:#fff;
	line-height:17px;
	font-size:11px;
	background:url(../../../images/bg/tip_body.png) repeat-y center;
}

.tip-text	{ 
	color:#000; 
	padding:10px;
}

.tip-bottom { 
	background:#fff;
	width:200px;
	height:15px;
	background:url(../../../images/bg/tip.png) no-repeat bottom center; 
	height:15px 
} 