.mpv_citislist {
    width: 200px;
    height: auto;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    display: none;
}
.mpv_citislist_city {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    display: block;
    border-bottom: 1px dashed #d8d8d8;

}
.mpcClose {
    position: absolute;
    top: 10px;
    left: 10px;
    color: red;
    display: block;
    font-weight: bold;
    font-size: 10px;
}