
.tab_suggest{
	border:1px solid #333; 
	background:#fff; 
	position:absolute; 
	z-index:101; 
	visibility: hidden;
	font: 12px '宋体';
}
.tab_suggest th, .tab_suggest td {
	font:12px '宋体'; 
	font-weight:normal; 
	height:17px; 
	text-align:left; 
	line-height:17px; 
	padding:2px 3px; 
	white-space:nowrap; 
	cursor: default;
}
.tab_suggest td {
	color:#008000; 
	text-align:right;
}
.tab_suggest tr.cur {
	background:#36c; 
	color:#fff;
}
.tab_suggest tr.cur td {
	color:#fff;
}