html{
	overflow: auto;
}
html, body {
	width: 100%;
	height: 100%;
}
em {
	color: #E4151F;
	font-style: normal;
}
#search-form {
	min-height: 100%;
	height: auto;
	_height: 100%;
}
.jsearch-pos-mid {
	margin: auto;
}
.jsearch-top {
}
.jsearch-top-nav {
	height: 25px;
	background: url(./bsdt20141210-jsearch_top_nav.jpg) top left repeat-x;
}
.jsearch-top-nav-content {
	width: 1024px;
	overflow: hidden;
}
.jsearch-top-fnc {
	border-bottom: solid 1px rgb(229, 229, 229);
	background-color: rgb(241, 241, 241);
}
.jsearch-top-fnc-content {
	width: 1024px;
	overflow: hidden
}
.jsearch-keyword {
	width: 430px;
	height: 32px;
	border-left: solid 1px #818181;
	border-top: solid 1px #818181;
	border-bottom: solid 1px #b8b8b8;
	border-right: solid 1px #818181;
	padding: 0 8px;
	font-size: 14px;
	vertical-align: middle;
}
.jsearch-search-button {
	background: url(./bsdt20141210-jsearch_do.jpg) no-repeat center center;
	width: 90px;
	height: 33px;
	border: none;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: middle;
	cursor: pointer;
}
.jsearch-q-wrap{
	height: 30px;
	display: inline-block;
	border: 1px solid rgb(182, 182, 182);
	border-color: rgb(123, 123, 123) rgb(182, 182, 182) rgb(182, 182, 182) rgb(123, 123, 123);
	vertical-align: middle;
	background: url(./bsdt20141210-jsearch_input.png) left top no-repeat;
	line-height: 30px;
	overflow: hidden;
}
#q {
	width: 430px;
	font-size:16px;
	border:0;
	margin-left:5px;
	margin-top:6px;
	padding-right:5px;
	border-right: solid 1px #818181;
	outline: 0;
	float: left;
}
.jsearch-adv-btn {
	height: 30px;
	font-size: 14px;
	padding: 0 10px;
	color: #8D8D8D;
	cursor: pointer;
	float: left;
}
.jsearch-adv-btn.selected, .jsearch-adv-btn.hover {
	background: url(./bsdt20141210-jsearch_adv_btn_selected.png) -10px center no-repeat;
}
.jsearch-adv-label {
	width: 200px;
	font-size: 13px;
	margin-right: 10px;
	color: #606060;
}
.jsearch-adv-keyword {
	background: url(./bsdt20141210-jsearch_input.jpg) no-repeat left top;
	width: 430px;
	height: 25px;
	border-left: solid 1px #818181;
	border-top: solid 1px #818181;
	border-bottom: solid 1px #b8b8b8;
	border-right: solid 1px #818181;
	padding: 0 5px;
	font-size: 14px;
	vertical-align: middle;
}
.jsearch-adv-select {
	background: url(./bsdt20141210-jsearch_input.jpg) no-repeat left top;
	width: 430px;
	height: 25px;
	border-left: solid 1px #818181;
	border-top: solid 1px #818181;
	border-bottom: solid 1px #b8b8b8;
	border-right: solid 1px #818181;
	font-size: 13px;
	vertical-align: middle;
}
#jsearch-adv-box {
	position: absolute;
	top: 60px;
	width: 240px;
	display: none;
	z-index: 100;
}
.jsearch-adv-top-arrow {
	height: 5px;
}
.jsearch-adv-content {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#D6D6D6')";/* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#D6D6D6');/* For IE 5.5 - 7 */
  	-webkit-box-shadow: 0 2px 10px #BBBBBB;
  	box-shadow: 0 2px 10px #BBBBBB;
}
.jsearch-adv-field-wrap {
	padding: 2px 0;
}
.jsearch-body {
	overflow: hidden;
}
.jsearch-body-content {
	width: 1024px;
	padding-top: 15px;
}
.jsearch-middle {
}
.jsearch-bottom {
	background: url(./bsdt20141210-jsearch_bottom.jpg) left top repeat-x;
	/**margin-top: -90px;**/
}
.jsearch-copyright {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	color: #676767;
}