#chooseCity {
	width: 268px;
	height: 99px;
	text-align: center;
	background: #fff8d9;
	position: absolute;
	top: 20px;
	left: 444px;
	box-shadow: 1px 1px 2px 0px #c5c5c5;
	padding: 25px 5px 10px;
	display: none;
}
#chooseCity .button_confirm, #chooseCity .button_cancel {
	color: #333;
	text-decoration: none;
	margin: 0 3px;
	padding: 5px 8px;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial", "Helvetica", sans-serif;
	cursor: pointer;
}
#chooseCity .button_confirm {
	border: 1px solid #f0aa1c;
	border-radius: 3px;
	background-color: #f3d35a;
	background-image: linear-gradient(bottom, #f3d35a, #ffb300);
	background-image: -o-linear-gradient(bottom, #f3d35a, #ffb300);
	background-image: -moz-linear-gradient(bottom, #f3d35a, #ffb300);
	background-image: -webkit-linear-gradient(bottom, #f3d35a, #ffb300);
	background-image: -ms-linear-gradient(bottom, #f3d35a, #ffb300);
}
#chooseCity .button_confirm:hover {
	background-color: #ffb300;
	background-image: linear-gradient(top, #f3d35a, #ffb300);
	background-image: -o-linear-gradient(top, #f3d35a, #ffb300);
	background-image: -moz-linear-gradient(top, #f3d35a, #ffb300);
	background-image: -webkit-linear-gradient(top, #f3d35a, #ffb300);
	background-image: -ms-linear-gradient(top, #f3d35a, #ffb300);
}
#chooseCity .button_cancel {
	border: 1px solid #d6d2d2;
	border-radius: 3px;
	background-color: #fdfdfd;
	background-image: linear-gradient(bottom, #fdfdfd, #ebebeb);
	background-image: -o-linear-gradient(bottom, #fdfdfd, #ebebeb);
	background-image: -moz-linear-gradient(bottom, #fdfdfd, #ebebeb);
	background-image: -webkit-linear-gradient(bottom, #fdfdfd, #ebebeb);
	background-image: -ms-linear-gradient(bottom, #fdfdfd, #ebebeb);
}
#chooseCity .button_cancel:hover {
	background-color: #ebebeb;
	background-image: linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -o-linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -moz-linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -ms-linear-gradient(top, #fdfdfd, #ebebeb);
}
#chooseCity .button_disabled, #chooseCity .button_disabled:hover {
	background-color: #ebebeb;
	background-image: linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -o-linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -moz-linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);
	background-image: -ms-linear-gradient(top, #fdfdfd, #ebebeb);
	color: #b1b1b1;
	cursor: default;
}
#chooseCity .step2 {
	margin-top: 10px;
}
#chooseCity .step3  {
	font-size: 20px;
	font-weight: normal;
	margin-top: 15px;
}
#chooseCity input {
	margin: 0;
	width: 200px;
	padding: 3px 6px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #d6d2d2;
	border-radius: 3px;
	color: #666;
}