#change_city {
    border: none;
    margin: 10px 0 8px 0;
    padding: 15px 5px 5px 10px;
    background: url('http://gfx.dlastudenta.pl/gfx/dzial/index/template/change_city.jpg') 0 0 no-repeat;
    width: 285px;
    height: 49px;
}

#change_city fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#change_city fieldset label.head {
    display: block;
    font-weight: bold;
    padding: 0 0 5px 0;
}

#change_city fieldset select {
    border: 1px solid #e3e3e3;
    height: 17px;
    font-size: 11px;
    margin-right: 5px;
}

#change_city fieldset input.submit {
    width: 52px;
    height: 19px;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-right: 0;
    cursor: pointer;
    font-size: 11px;
    background: url('http://gfx.dlastudenta.pl/gfx/dzial/index/template/button.png') left top no-repeat;
}

#change_city fieldset input.submit:hover {
    background: url('http://gfx.dlastudenta.pl/gfx/dzial/index/template/button.png') left -19px no-repeat;
    color: #000;
}