.Bkhtl_popup
{
	position: absolute;
	top: 0;
	left: 0;
	/*padding-left:20px;*/
	z-index: 9999;
	cursor: default;
	overflow: hidden;	
	font-weight: normal;
	text-decoration: none;
} 
.Bkhtl_entry
{
	display: block;
	position: relative;
	/*padding: 0 1em 0 2px;	*/
	padding:3px;
	font-weight: normal;
	text-decoration: none;
}
.Bkhtl_entry strong
{
	background-color: #fff0c4;	
	font-weight: normal;
	text-decoration: none;
}
.Bkhtl_entry_selected
{
	background-color: #FFE5A5; /*#D63B2F;*/
	color: #000;	
	font-weight: normal;
	text-decoration: none;
}
.Bkhtl_entry_selected strong
{
	background-color: transparent;	
	font-weight: normal;
	text-decoration: none;
}
.Bkhtl_dist
{
	position: absolute;
	right: 0px;
	top: 0px;	
	font-weight: normal;
	text-decoration: none;
	color: #A8A8A8;
}
.Bkhtl_popup iframe
{
	position: absolute;
	width: 1000px;
	height: 1000px;	
	font-weight: normal;
	text-decoration: none;
}
.Bkhtl_popup table
{
	width: 250px;
	position: relative;
	border: 1px solid #808080;
	border-bottom-width: 2px;
	border-right-width: 2px;
	z-index: 1;	
	font-weight: normal;
	text-decoration: none;
}
.Bkhtl_popup td
{
	background-color: #FBFBFB;
	padding: 0px;	
	font-weight: normal;
	text-decoration: none;
}
