.tip { 
	width:295px; 
	font-family:tahoma,arial; 
	background:url(../img/tooltip/tip-text.png) left top repeat-y; 
}

.tip-top { 
	background:url(../img/tooltip/tip-top.png) top left no-repeat; 
	height:26px; 
	width:295px; 
}

.tip-title { 
	color:#395D84; 
	font-size:14px;
	font-weight:bold; 
	margin:0 30px 0 50px; 
}

.tip-text { 
	color:#000; 
	padding:10px 30px 20px 50px; 
	font-style:italic;
}

.tip-bottom	{ 
	background:url(../img/tooltip/tip-bottom.png) left bottom no-repeat; 
	width:295px; 
	height:81px; 
}

