html {
	margin: 0px; width: 100%; height: 100%; position: absolute;
}
body {
	margin: 0px; width: 100%; height: 100%; position: absolute;
}
#container {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute;
}
.button-group {
	padding: 10px; right: 20px; bottom: 20px; font-size: 12px; position: absolute;
}
.button-group .button {
	border-radius: 3px; border: 0px currentColor; border-image: none; height: 28px; color: rgb(255, 255, 255); line-height: 28px; padding-right: 5px; padding-left: 5px; margin-bottom: 4px; cursor: pointer; background-color: rgb(13, 155, 242);
}
.button-group .inputtext {
	border-radius: 3px; border: 1px currentColor; border-image: none; height: 26px; line-height: 26px; padding-right: 5px; padding-left: 5px; margin-bottom: 4px; cursor: pointer;
}
#tip {
	border-radius: 3px; border: 1px solid rgb(204, 204, 204); border-image: none; top: 20px; right: 10px; line-height: 30px; padding-right: 10px; padding-left: 10px; font-size: 12px; position: absolute; background-color: rgb(255, 255, 255);
}
.amap-info-content {
	font-size: 12px;
}
#myPageTop {
	background: 0px 0px rgb(255, 255, 255); margin: 10px auto; padding: 6px; border: 1px solid rgb(204, 204, 204); border-image: none; top: 5px; right: 10px; font-family: "Microsoft Yahei", "??????", "Pinghei"; font-size: 14px; position: absolute;
}
#myPageTop label {
	margin: 0px 20px 0px 0px; color: rgb(102, 102, 102); font-weight: normal;
}
#myPageTop input {
	width: 170px;
}
#myPageTop .column2 {
	padding-left: 25px;
}
