.tooltip_box {
	font-size: 10px;
	padding: 4px;
	margin: -8px 4px 0 4px;
	position: absolute;
	background: #fff url(../img/box.gif) repeat-x top left;
	border: 1px solid #933;
	max-width: 280px;
	z-index: 101;
}

.tooltip_box span.title {
	font-weight: bold;
	color: #600;
}

.tooltip_box .content {
	margin-top: 4px;
	color: #333;
}

.tip {
	font: 10px/12px Arial,Helvetica,sans-serif; 
	border: solid 1px #666666; 
	min-width: 70px; 
	max-width: 300px;
	padding: 1px;
	position: absolute; 
	z-index: 100;
	visibility: hidden; 
	color: #333333; 
	top: 20px;
	left: 90px; 
	background-color: #ffffcc;
}                  