#city_form_wrapper{
    display: none;
    padding: 30px;
    position: relative;
    background:#fff;
    width:450px;
}

#city_form_wrapper .form_wrapper {width:320px;margin:0 auto;}
#city_form_wrapper h2{
    font:26px/26px;    
    margin-bottom: 40px;
    text-align: center;
}
#city_form_wrapper input{
    width:100%;
    font-size: 14px;
    text-align: left;
    border:1px solid #e5e5e5;
    padding:4px 10px;
    border-radius:3px;
    margin-bottom: 20px;
    box-shadow:0 2px 1px -1px rgba(0,0,0,0.1) inset;
}
#change_city{
    display: table;
    margin: 0 auto;
    width: 166px;
    margin-top: 10px;
    line-height: 45px;
}
#city_form_wrapper .errors_block{
    max-width: 400px;
    text-align: center;
    color: #d31717;
    padding-top:10px;
    font-size: 18px;
    line-height: 1.2;
    display: none;
}

@media (max-width: 860px) {
    .fancybox-skin .fancybox-close {
        width: 27px;
        height: 27px;
        right: 15px;
    }
}

@media (max-width: 768px) {
    #city_form_wrapper {width:auto;}
    #city_form_wrapper .form_wrapper {width:auto;}
}
#my_city_name {
    color: #fff;
    line-height: 32px;
}
#city_name {
    float: left;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
#city_confirm_any_case {
    height: 42px;
    padding: 10px;
}