.wbpt_item_id {
	font-size:-2pt;
	font-family:monospace;
	color:#DDD;
}
.wbpt_label {
}
.wbpt_label_text {
	font-weight:bold;
}
.wbpt_description {
	color:#AAA;
	font-size:-1pt;
}
.wbpt_result {
	line-height:1.2em;
	margin-bottom:0.2em;
	font-size:12pt;
	font-family:sans-serif;
}
.wbpt_selected_result , .wbpt_result:hover {
	background-color:#2F74D0;
	color:white !important;
	cursor:pointer;
	margin:1px;
	padding:1px;
}
.wbpt_predictive_list {
	display:none;
	position:absolute;
	width:480px;
	max-width:480px;
	max-height:300px;
	background-color: white;
	border: 1px solid #DDD;
	overflow: auto;
	box-shadow: 5px 3px 5px #DDD;
	z-index: 2;
}
