 .table2
 {
	display: table;
	width: 100%; 
	position: relative; 
    background: #ffffff;  
 }
 
 
 .table2 .row
 {
	display: table-row; 
 }
 
  .table2 .cell
  {
	display: table-cell;  
	padding: 5px;
	text-align: left; 
	font-size: 12px; 
	position: relative;
    vertical-align: top;
  }
  
  .table2 .cell input
  {
	width: 90%;
	background: #ffffff;
	border: #cccccc 1px solid;
	font-size: 11px;
	padding: 3px;  
  }
    
   
   ._5 { width: 5%; } 
   ._10 { width: 10%; } 
   ._15 { width: 15%; } 
   ._20 { width: 20%; }
   ._25 { width: 25%; }
   ._30 { width: 30%; }
   ._60 { width: 60%; }

 