html, body {
    font: normal 12px verdana;
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
    height: 100%;
}
.float-left {
    float: left;
}
.clear-left {
    clear: left;
}
.zoomin {
    /*background-image:url(/mapfish-client/mfbase/mapfish/img/icon_zoomin.png) !important;*/
    background-image:url(images/mapfish-toolbar/search_add.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomout {
    /*background-image:url(/mapfish-client/mfbase/mapfish/img/icon_zoomout.png) !important;*/
    background-image:url(images/mapfish-toolbar/search_remove.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomfull {
    /*background-image:url(/mapfish-client/mfbase/mapfish/img/icon_zoomfull.png) !important;*/
    background-image:url(images/mapfish-toolbar/globe_search.png) !important;
    height:20px !important;
    width:20px !important;
}
.pan {
    background-image:url(/mapfish-client/mfbase/mapfish/img/icon_pan.png) !important;
    height:20px !important;
    width:20px !important;
}
.drawpoint {
    background-image:url(/mapfish-client/mfbase/mapfish/img/draw_point_off.png) !important;
    height:20px !important;
    width:20px !important;
}
.drawline {
    /*background-image:url(/mapfish-client/mfbase/mapfish/img/draw_line_off.png) !important;*/
    background-image:url(images/mapfish-toolbar/add.png) !important;
    height:20px !important;
    width:20px !important;
}
.drawpolygon {
    background-image:url(/mapfish-client/mfbase/mapfish/img/draw_polygon_off.png) !important;
    height:20px !important;
    width:20px !important;
}
.modifyfeature {
    /*background-image:url(/openlayers/theme/default/img/move_feature_off.png) !important;*/
    background-image:url(images/mapfish-toolbar/comment_edit.png) !important;
    height:20px !important;
    width:20px !important;
}
.deletefeature {
    /*background-image:url(/openlayers/theme/default/img/remove_point_off.png) !important;*/
    background-image:url(images/mapfish-toolbar/delete.png) !important;
    height:20px !important;
    width:20px !important;
}
.next {
    /*background-image:url(/mapfish-client/mfbase/mapfish/img/resultset_next.png) !important;*/
    background-image:url(images/mapfish-toolbar/next.png) !important;
    height:20px !important;
    width:20px !important;
}
.back {
    /*background-image:url(/mapfish-client/mfbase/mapfish/img/resultset_previous.png) !important;*/
    background-image:url(images/mapfish-toolbar/previous.png) !important;
    height:20px !important;
    width:20px !important;
}
ul.list {
    list-style-type: disc;
    font-size: 11px;
    padding: 0 0 0 16px;
}

