
   

   
       #fit1 {
       
        right: 0px;  
        margin: 0px auto;    
        width:100%;
        height: 30px;
        padding: 0px;
        background-color: #C0C0C0;
        border: 3px outset;
        border-radius: 6px;
        text-align: center;
        color: #000;
    }
    
           #tovar {
        position: center;  
        margin: 0px auto;    
        width:100%;
        height: 38px;
        padding: 0px;
        background-color: #820000;
        border: 3px solid;
        border-radius: 4px;
        text-align: center;
        color: #FFFFFF;
    }
    
           #fityarlyk {
        position: center;  
        margin: 0px auto;    
        width:100%;
        padding: 0px;
        background-color: #FFFFff;
        border: 3px outset;
        border-radius: 6px;
        text-align: left;
        color: #000;
    }
    
               #knopka {
        position: center;  
        right: 0px;  
        margin: 0px auto;    
        width:100%;
        height: 30px;
        padding: 0px;
        background-color: #C0C0C0;
        border: 3px outset;
        border-radius: 6px;
        font-size: 20px;
        text-align: center;
        color: red;
    }