@CHARSET "UTF-8";

/* **************************************************
	              BOTTONI CSS3
   ************************************************** */

.roundINPUT {
    cursor: pointer;
    color:white;
    background:#064325;
    height: 20px;
    
    text-align:center;
    font-family: Arial, Verdana;
    font-size: 9pt;
    
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

.tastierinoINPUT {
    cursor: pointer;
    color:white;
    background:#064325;
    height: 20px;
    width: 20px;
    
    text-align:center;
    font-family: Arial, Verdana;
    font-size: 9pt;
    
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}