body{
	padding: 10px 20px;
}
input, select, textarea{resize: none; outline: none; }

.district{
	position: relative;
	display: inline-block
}
.district input[type=text]{
	
	
}
.district input[type=text]:focus{
	border: 1px solid #EE0000;
	-moz-transition: border .25s ease;
	-webkit-transition: border .25s ease;
	-o-transition: border .25s ease;
	-ms-transition: border .25s ease;
	transition: border .25s ease;
}
.district em {
	background: url(../img/icon_8.png) no-repeat;
	display: block;
	width: 15px;
	height: 18px;
	background-position: -400px -450px;
	position: absolute;
	top: 6px;
	right: 8px;
	cursor: pointer;
}
.district-selector {
	display: none;
	width: 370px;
	border: 1px solid #AFAF9E;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 9999;
	-webkit-box-shadow: #888 0px 0px 5px;
	-moz-box-shadow: #888 0px 0px 5px;
	box-shadow: #888 0px 0px 5px;
}
.district-selector *{
	font-size: 12px;
	font-family: "microsoft yahei";
}
.district-selector ul{
	padding: 0;
	margin: 0;
}
.district-selector li{
	list-style: none;
}
.district-selector .hd, .district-selector .bd, .list-city-hd{
	background: url(../img/bg.png) #ECECEC repeat-x;
}
.district-selector .hd{
	height: 30px;
	padding-left: 10px;
}
.district-selector .hd li{
	float: left;
	margin-right: 20px;
	width: 123px;
	height: 25px;
	line-height: 25px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.district-selector .hd li, .district-selector .hd li:hover {
	color: #fff;
}
.district-selector .hd li.current {
	background: url(../img/bg2.png) no-repeat;
	color: #D42011;
	font-weight: 700;
}
.district-selector .hd li.current, .district-selector .hd li.current:hover{
	color: #D42011;
}
.district-selector .bd{
	padding-left: 10px;
	background-position: 0 -30px;
}
.district-selector .bd .topbar{
	height: 30px;
	line-height: 30px;
}
.district-selector .bd .topbar span{
	display: inline-block;
	margin-right: 9px;
	color: #0099FF;
	cursor: pointer;
}
.district-selector .bd .topbar span.current{
	color: #DF1F12;
}
.district-selector .citylist{
	background-position: 0 -30px;
	display: block;
}
.district-selector .citylist:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.district-selector .citylist li{
	width: 55px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #333333;
	cursor: pointer;
}
.district-selector .citylist li:hover{
	color: #FF0000;
}
