.city_content {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.5);
    background: #FFF;
    text-align: left;
    max-width: 600px;
    z-index: 100;
} 
.city_content:after {
	content: '';
	background: #00000061;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	z-index: -9;
}
.city_content form {
	background: #fff;
	padding: 15px;
	height: 150px;
}
 .city_content ul {
	float: left;
	display: inline;
	list-style: none;
	padding-left: 0px;
}

 .city_content ul li {
	display: inline;
	padding-bottom: 2px;
}

 .city_content ul li a {
	border: 1px solid #CECECE;
	border-radius: 3px;
	color: #686868;
	display: inline-block;
	font-family: "Tahoma", sans-serif;
	font-size: 13px;
	margin: 0px 3px 6px 0px;
	padding: 8px 12px;
	text-decoration: none;
}
 .city_content ul li a:hover {
	background: #5F98B0;
	border: 1px solid #5F98B0;
	border-radius: 3px;
	color: #ffffff;
}

 .city_content h2 {
	color: #7D7D7D;
	font-family: "Arial";
	font-size: 13px;
	font-weight: 700;
	padding: 0px 10px 10px;
	text-transform: uppercase;
}
