  fieldset#giocatori {
    width: 300px;
    height: 250px;
    float: left;
    margin-left: 10px;
  }
      legend#giocatori_legend {
        margin-bottom: 20px;
      }
      
  select#quanti {
    float: left;
    width: 50px;
    clear: both;
  }
  
  div.r_giocatore {
    clear: both;
  }
  
  fieldset#gioco {
    width: 400px;
    height: 250px;
    float: right;
    margin-right: 10px;
  }
      legend#gioco_legend {
        margin-bottom: 20px;
      }
      
  div.r_cosa {
    clear: both;
  }
      
  div.l_cosa {
    float: left;
    width: 100px;
    text-align: right;
  }
      
  div.v_cosa {
    float: left;
    width: 280px;
  }
      
  select.s_cosa {
    float: left;
    width: 280px;
  }