﻿.tastoChiudi{
    display:block;
    width: 30px;
    height: 27px;
    text-align:center;
    text-decoration: none; 
    background-image: url(../../Immagini/Bottoni/tastoChiudi.png);
    background-repeat: no-repeat;
    background-position:0 0;
}

.tastoChiudi:hover{
    background-position:0 -27px;
    color: #FFFFFF

}

.tastoLogin{
    display:block;
    width: 156px;
    height: 25px;
    text-align:center;
    text-decoration: none; 
    background-image: url(../Immagini/Bottoni/tastoLogin.png);
    background-repeat: no-repeat;
    background-position:0 0;
}

.tastoLogin:hover{
    background-position:0 -25px;
    color: #FFFFFF
}


/*.tastoChiudi2{
    display:block;
    width: 13px;
    height: 13px;
    text-align:center;
    text-decoration: none; 
    background-image: url(../../Immagini/Bottoni/CommandButtonSprites.gif);
    background-repeat: no-repeat;
    background-position:-102px -5px;
    
}

.tastoChiudi2:hover{
    background-position:-102px -26px;
    color: #FFFFFF
}*/

.tastoChiudi2{
    display:block;
    width: 15px;
    height: 13px;
    text-align:center;
    text-decoration: none; 
    background-image: url(../../Immagini/Bottoni/tastoChiudi2.gif);
    background-repeat: no-repeat;
    background-position:0px -5px;
    
}

.tastoChiudi2:hover{
    background-position:0px -26px;
    color: #FFFFFF
}