.citySelect {
	position: absolute;
	font-size: 12px;
	color: #0055aa;
	border: 1px solid #b22325;
	border-bottom: 0px solid #b22325;
	line-height: 20px;
	min-height: 10px;
	text-indent: 4px;
	background-color: White;
	width: 500px;
}

.citySelect * {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
}

.citySelect .title {
	color: White;
	font-weight: bolder;
	width: 100%;
	background-color: #F7DBDB;
}

.citySelect .bottom {
	color: White;
	heigth: 100px;
	font-weight: bolder;
	background-color: #F7DBDB;
}

.citySelect .title ._remark {
	font-weight: normal;
	font-size: 5px;
}

.citySelect .close {
	color: black;
	cursor: pointer;
	float: right;
	margin: -24px 8px auto auto;
	text-align: center;
}

.citySelect .content {
	margin: 6px 6px;
}

.citySelect .content .line {
	height: 24px;
	border-bottom: 1px solid #b22325;
}

.citySelect .content .group {
	width: 100%;
	height: 25px;
	margin-top: -25px;
	overflow: hidden;
}

.citySelect .content .group li {
	cursor: pointer;
	height: 30px;
	font-weight: bolder;
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	border: 1px solid transparent;
	color: black;
}

.citySelect .content .group li:hover,.citySelect .content .group li.selected
	{
	color: #b22325;
	background-color: white;
	border: 1px solid #b22325;
	border-bottom: 0px solid #b22325;
}

.citySelect .content .city {
	clear: both;
	margin-top: 8px;
	color: black;
}

.citySelect .content .city li {
	cursor: pointer;
	float: left;
	with: 80px;
	min-width: 64px;
	margin-right: 9px;
	border: 1px solid white;
	overflow: hidden;
}

.citySelect .content .city li:hover,.citySelect .content .city li.selected
	{
	border: 1px solid #b22325;
}

.search {
	position: absolute;
	font-size: 12px;
	color: #0055aa;
	border: 1px solid gray;
	line-height: 20px;
	min-height: 10px;
	width: 250px;
	text-indent: 4px;
	background-color: White;
}

.result {
	color: black;
}
.presult {
	color: black;
}
.bresult {
	color: black;
}
#Text1 {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.text2 {
	border: 1px solid gray;
	width: 95px;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

#solidFlag {
	text-align: center;
}

#text2 img {
	text-align: center;
	vertical-align: middle;
}