.location_block{
    margin: 0 0 10px 0;
}

.location {
    height: 22px;
    width: 218px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}
.location input{
    outline: none;
    border: none;
    width: 180px;
    height: 14px;
}
.location span{
    float: right;
    margin: 2px 6px 2px 2px;
    cursor: pointer;
}
.input_list {
    display: none;
    position: absolute;
    bottom: 56px;
    width: 320px;
    min-height: 14px;
    max-height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}
.input_list span{
    float: right;
    cursor: pointer;
}

.input_list ul{
    margin: 5px;
    padding: 1px;
}

.input_list li{
    list-style-type: none;
    margin: 5px;
}
