#city_new {
    background-color: white;
    padding: 10px;
}

#city_new a {
    font: normal 21px arial;
}

#clist a {
    color: black;
}

#clist {
    width: 212px;
    position: absolute;
    background-image: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(143, 143, 143);
    border-right-color: rgb(143, 143, 143);
    border-bottom-color: rgb(143, 143, 143);
    border-left-color: rgb(143, 143, 143);
    left: 95px;
    top: 49px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: none;
}

#choose_city {
    position: absolute;
    padding: 15px 20px;
    background: #FFCD6F;
    border-radius: 6px;
    color: #666;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    z-index: 1;
    left:50%;
    display: none;
}

#arrow {
    background: url("/templates/jblank/img/city_triangle.png") 0 0 no-repeat;
    position: absolute;
    top: -10px;
    left: 50%;
    height: 10px;
    width: 13px;
    margin-left: -7px;
}