/* CSS Document */
	.tip-text {
	
		border:20px solid #333;
		background-color:#333;
		color:#fff;
		width:200px;
	
	}


	.tip-title {
		display:none;
	}
 

	.tip-bottom {
		width:240px;
		height:10px;
		background-image:url(../../img/site/tip_asset_blk.gif);
		background-repeat:no-repeat;
		background-position:210px top;

	}
