.tip { 
	width:295px;
	font-family:Verdana;
	font-size: 0.6em;
	/font-size: 0.7em;
	background:url(/img/tips/tip-text.png) left top repeat-y; 
}

.tip-top { 
	background:url(/img/tips/tip-top.png) top left no-repeat;
	height:26px; 
	width:295px; 
}

.tip-title { 
	color:#ffcc00; 
	font-weight:bold; 
	text-transform: uppercase;
	margin:0 30px 0 50px; 
}

.tip-text { 
	color:#000000; 
	font-weight:normal; 
	padding:10px 30px 20px 50px; 
}

.tip-bottom { 
	background:url(/img/tips/tip-bottom.png) left bottom no-repeat; 
	width:295px; 
	height:81px; 
}
