.cfcity {
	position: relative;
}
.cfcity_first {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 1px 1px 5px #999;
    z-index: 1006;
}

.cfcity_list li {
	margin-bottom: 7px;
}
#cfCityError {
	display: none;
}
