.img_logo{
    max-width  : 200px;
    max-height: 200px;
}
.icon_edit{

    background-image: url("./images/icon_edit.gif");
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
    padding-left: 17px;
    padding-top: 2px;

}
.icon_del{

    background-image: url("./images/icon_delete.gif");
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
    padding-left: 17px;
    padding-top: 2px;

}
.icon_file_new{

    background-image: url("./images/file_new.gif");
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
    padding-left: 17px;
    padding-top: 2px;

}