.bd_bic{
	width:50px;
	text-align:right;
	margin:0 8px 0 0;
}
.bd_suggest{
	position:absolute;
	border:1px solid #c0c0c0;
	padding:2px;
	background:#ffffff;
	min-width:180px;
	_width:expression(this.currentStyle.getAttribute('minWidth'));
	width:auto;
	max-height:200px;
	_height:expression(this.currentStyle.getAttribute('maxHeight'));
	overflow:auto;
	margin-top:-1px;
	z-index:100;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=2,color=#666666,direction=135);
}
.bd_request_loading{
	height:50px;
	background:#ffffff url('loading.gif') no-repeat center center;
}

.bd_name, .bd_city{
	font-style:italic;
	font-size:10px;
	margin-left:5px;
}

table.bd_table{
	font-size:12px;
}
table.bd_table tr.bd_odd, table.bd_table tr.bd_even, table.bd_table tr.bd_mover { cursor:pointer; }
table.bd_table tr.bd_odd { background-color: #ffffff; }
table.bd_table tr.bd_even { background-color: #efefef; }
table.bd_table tr.bd_mover { background-color: #c6e3ef; }
table.bd_table tr.bd_header { 
	background-color: #ffffff; 
	font-size:10px; 
	font-weight:bold; 
}
table.bd_table td{
	padding:4px;
}

.bd_invalid{
	border:1px solid #bb0000 !important;
	background:#ffe5e6;
}

.bd_valid{
	border:1px solid #4bb100 !important;
	background:#d6ffb7;
}