@CHARSET "UTF-8";

	/************切换框*******************/
.tabBox .tabs {
	overflow: hidden;
	margin-bottom: -1px;
	height: 30px;
}

.tabBox .tabs li {
	float: left;
	list-style: none;
	margin: 0;
	height: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #FFF;
}

.tabBox .tabs li.selected {
	z-index: 3;
}

.tabBox .tabs a {
	font-size: 14px;
	text-align: center;
	float: left;
	height: 30px;
	width: 88px;
	line-height: 30px;
	
	background: #EEE;
	border: 1px solid #CCC;
	border-bottom: 0;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	float: left;
}

.tabBox .tabs .selected a {
	height: 30px;
	width: 88px;
	background: #FFF;
	
	height: 30px;
}

.tabBox .tabs a:hover {
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF) );
	background: -webkit-linear-gradient(#EEF, #FFF 70%);
	background: -moz-linear-gradient(#EEF, #FFF 70%);
	background: -ms-linear-gradient(#EEF, #FFF 70%);
	background: -o-linear-gradient(#EEF, #FFF 70%);
	background: linear-gradient(#EEF, #FFF 70%);
	-pie-background: linear-gradient(#EEF, #FFF 70%);
}
			
			
.editclass {
	padding: 5px;
	position: absolute;
	width: 460px;
	left: 35.5%;
	top: 380px;
	z-index: 999;
}

.collection {
	padding: 5px;
	position: absolute;
	width: 360px;
	left: 35.5%;
	top: 380px;
	z-index: 999;
}
.createclass {
	padding: 5px;
	position: absolute;
	width: 350px;
	height:200px;
	z-index: 999;
}

.moveclass {
	padding: 5px;
	position: absolute;
	width: 460px;
	left: 39%;
	top: 380px;
	z-index: 999;
}
.outexcel{
	padding: 5px;
	position: absolute;
	width: 115px;
	height:60px;
	left: 45.2%;
	top: 380px;
	z-index: 999;
}
.city-con {
	height:auto;
	background-color: #fff;
	padding: 10px 20px;
}
.c-con {
	height:150px;
	background-color: #fff;
	padding: 10px 20px;
}

.city-con span {
	position: absolute;
	right: 10px;
	_right: 20px;
	top: 10px;
}
.c-con span {
	position: absolute;
	right: 10px;
	_right: 20px;
	top: 10px;
}
.clearboth {
	clear: both;
}


.icon-close {
	background: url("/images/nfront/icon.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
}


.icon-close,.icon-wrong {
	height: 14px;
	width: 14px;
}

.icon-close {
	cursor: pointer;
}
