﻿.btCestino
{
    height:80px;
    width:80px;
    background-image:url('../immagini/bottoni/bt_cestino.png');
    border:0px;
    border-style:none;
    background-color:Transparent;
    cursor:pointer;
}
.btCestinoVuoto
{
    height:80px;
    width:80px;
    background-image:url('../immagini/bottoni/bt_cestino_vuoto.png');
    background-color:Transparent;
    border:0px;
    border-style:none;
    cursor:pointer;
}