.prompt_common {
	width: 190px;
	filter: Alpha(opacity = 85);
	border: 1px solid #F6F7FA;
	font-size: 12px;
}

.prompt_limit {
	width: 210px;
	height: 188px;
	filter: Alpha(opacity = 85);
	overflow-y: scroll;
	border: 1px solid #F6F7FA;
	font-size: 12px;
}

.tr_item {
	background-color: white;
	cursor: pointer;
	font-size: 12px;
}

.tr_item_onclick {
	background-color: #CAE5E8;
	cursor: pointer;
	font-size: 12px;
}

.tr_item_bg0 {
	background-color: red;
	cursor: pointer;
	font-size: 12px;
	background-color: #FFFFFF;
}

.tr_item_bg1 {
	background-color: red;
	cursor: pointer;
	font-size: 12px;
	background-color: #F3F7FA;
}

.matched {
	color: red;
}

.unmatched {
	color: black;
}