.xdsoft_cursor_center,
.xdsoft_cursor_center:after,
.xdsoft_cursor_center:before{
	border:1px solid #bbb;
	position:absolute;
}
.xdsoft_cursor_center{
	z-index:100;
	width:1px;
	height:30px;
	border-width:0px 1px 0px 0px;
	left:50%;
	top:50%;
	margin-top:-15px;
}
.xdsoft_cursor_center:after{
	content:"";
	top:50%;
	left:0;
	width:15px;
	border-width:1px 0px 0px 0px;
}
.xdsoft_cursor_center:before{
	content:"";
	top:50%;
	right:0;
	width:15px;
	border-width:1px 0px 0px 0px;
}
.xdsoft_mini_map{
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	width:300px;
	height:250px;
	position:relative;
}
.xdsoft_mini_map,
.xdsoft_btn_group,
.xdsoft_btn_group  * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.xdsoft_btn_group{
	width:300px;
	height:30px;
}
.xdsoft_btn_group input.xdsoft_search_input{
	width:274px;
	height:30px;
	margin:0;
	border-width:1px 1px 1px 1px;
		display:inline-block;
}
.xdsoft_btn_group button{
	width:26px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	padding:0px;
	height:30px;
	margin-left:-1px;
	display:inline-block;
}