/* qtip */
.ui-tooltip, .qtip {
	max-width:none;
}

/**/
input.mapHandle {
	width:20px;
	height:20px;
	border:1px solid #A7A6AA;
	cursor:pointer;
	vertical-align:middle;
	background:#fff url(../images/mapHandle.png) no-repeat scroll center center;
}

input.mapHandle:hover {
	background:#eee url(../images/mapHandle.png) no-repeat scroll center center;
}

input.mapHandle:active {
	background:#ccc url(../images/mapHandle.png) no-repeat scroll center center;
}

.searchResults ul, .searchResults ul li {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
}

.searchBox li{float:left; list-style:none;}
.companyBox .searchForm{ min-height:60px}
.companyBox .submit{ float:left;}

.field-box ul.ztree {
	margin:0;
	padding:5px;
}

/* 注册表单样式重写 */
.registerBox .form-row .field-box {
	margin-right:0;
}

.registerBox .form-row .field-box label {
	width:auto;
	margin-left:10px;
}

.registerBox .form-row .field-box.first label {
	width:6em;
	margin-left:0;
}

#id_TelCountryCode, #id_TelAreaCode {
	width:6em;
}

#id_CompanyName, #id_AbbreviationName, #id_Address, #id_OtherMainOperation {
	width:30em;
}

#id_last_name, #id_first_name {
	width:8em;
}