#citychoice {
	position: absolute;
	display: block;
	max-height: 135px;
	background-color: white;
	border: 1px solid;
	border-bottom: none;
	border-color:  #ddd;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	overflow: auto;
	z-index: 50;
}

.city_selector {
	width: 100%;
	padding: .25em .5em;
	color: inherit;
	border: none;
	border-bottom: 1px solid;
	border-color: #ddd;
}
.city_selector .selected {
	background-color: #660000;
}

.load-spinner {
    background-image: url(../img/ajax-loader.gif);
    width: 32px;
    height: 32px;
}
/*#cf7md-form .ajax-loader .cf7md-spinner {
    display: none !important;
}
*/