div#tipDiv {
    color:#000; 
	font-size:12px; 
	line-height:1.5;
    background-color: #E1E5F1; 
	border:1px solid #667295;
    width:320px; 
	padding:4px; 
	text-align: left;
}

/* for divs with classes img and txt used in dw_Tooltip.wrapImageOverText */
div#tipDiv div.img { 
	text-align: center; 
	width:400px; 
}
div#tipDiv div.txt { 
	text-align: center; 
	margin-top:4px; 
}