@charset "utf-8";
/* choose-box-wrapper */
#choose-box-wrapper {
	width:445px;
	background:#000;
	background-color:rgba(0, 0, 0, 0.5);
	display:none;
	z-index:100
}
#choose-box {
	border:1px solid #dedede;
	width:445px;
	background:#f2f0f1;
}
#choose-box-title {
	background:#f2f0f1;
	color:#000;
	padding:4px 10px 5px;
	font-size:14px;
	font-weight:700;
	margin:0;
}
#choose-box-title span {
}
#choose-a-province{
	margin:0px 8px 0px 8px;
	padding:10px 10px 0px;
}
#choose-a-city {
	padding-top:10px;
	margin:0px 8px 10px 10px;
	background:#fff;
	border-top:1px solid #65a2f3
}
#choose-a-province a {
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#323232;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
	text-align:center;
	margin-right:5px
}
#choose-a-province a:hover {
	cursor:pointer;
}
#choose-a-province .choosen {
	background-color:#65a2f3;
	color:white;
}
#choose-a-city {
	overflow-x:hidden;
	overflow-y:hidden;
	height:100px;
}
#choose-a-city a {
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-size:10pt;
	float:left;
	width:95px;
	text-align:left;
	padding-left:10px;
}
#choose-a-city a:hover {
	background:#65a2f3;
	color:#fff;
}
#choose-box-bottom {
	background:#F0F5F8;
	padding:8px;
	text-align:right;
	border-top:1px solid #CCC;
	height:40px;
}
#choose-box-bottom input {
	vertical-align:middle;
	text-align:center;
	background:#51B900;
	color:white;
	border-top:1px solid #B8D4E8;
	border-left:1px solid #B8D4E8;
	border-right:1px solid #114680;
	border-bottom:1px solid #114680;
	cursor:pointer;
	width:60px;
	height:25px;
	margin-top:6px;
	margin-right:6px;
}