/* sample base style */
body {
	margin:0;
	padding:0;
}

.mapClass{
	position: absolute;
	top:0;
	bottom:0;
	right:0;left:0;
}

/**电力符号**/
.ele_div{
	width: 203px;
	display: block;
	height: 150px;
	right: 10px;
	top: 17px;
	border: 1px solid #cdcdcd;
	z-index: 1000;
	position: absolute;
	/* width: 100%; */
	/* height: 100%; */
	background: #f0f0f0;
	overflow: hidden;
}

.ele_title{
	border-bottom: 1px solid #dadada;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #4c4c4c;
	padding-left: 7px;
}

.symbol_div{
	width: 180px;
	display: block;
	/*height: 280px;*/
	right: 10px;
	top: 17px;
	border: 1px solid #cdcdcd;
	z-index: 1000;
	position: absolute;
	/* width: 100%; */
	/* height: 100%; */
	background: #f0f0f0;
	overflow: hidden;
}

.draw_div{
	width: 180px;
	display: block;
	height: 350px;
	right: 10px;
	top: 17px;
	border: 1px solid #cdcdcd;
	z-index: 1000;
	position: absolute;
	/* width: 100%; */
	/* height: 100%; */
	background: #f0f0f0;
	overflow: hidden;
}

.symbol_div {
	overflow: hidden;
	width: 150px;
	padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(240,240,240,0.3),inset -1px -1px 1px rgba(0,0,0,0.6), 0 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 1px 1px 1px rgba(240,240,240,0.3),inset -1px -1px 1px rgba(0,0,0,0.6), 0 1px 1px rgba(0,0,0,0.8);
	box-shadow: inset 1px 1px 1px rgba(240,240,240,0.3),inset -1px -1px 1px rgba(0,0,0,0.6), 0 1px 1px rgba(0,0,0,0.8);
}
.setCeil {
	padding-bottom: 8px;
}
.ele_title {
	font-weight: bold;
}
.setTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	background: #497981;
	font-size: 12px;
}
.setTitle select {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10%;
	background: none;
	border: none;
	font-weight: bold;
	outline: none;
	color: #fff;
}
.setTitle select > option {
	color: #000;
	font-weight: bold;
	text-align: center;
}
.setBtn button,
.setBtn > div{
	width: 80%;
	margin: 8px auto 0;
}
.setBtn > div select{
	width: 100%;
	height: 100%;
}
