.city, .area, .zip {
    border: 1px solid #dbdada;
    outline: 0;
    margin-bottom: 20px;
    width: 30% !important;
    height: auto;
    padding: 0.7142857142857143em 1.1428571428571428em;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
	margin-right: 5px;
}

.area {
	width: 35% !important;
}