.tabs_box {
    width: 900px;
	  float: right;
    padding: 0 20px;
	
  
    
}
 
#tab2, #tab3 ,#tab4,#tab5,#tab6,#tab7,#tab8{
    display: none;
}
 
.tab {
    padding: 0px 0px;
	 margin: 10px 0px;
}
 
.tabs_menu {
    display: table-row;
}
 
.tabs_menu li {
    display: table-cell;
    width: auto;
}
 
.tabs_menu li a {
    display: table-cell;
    width: 2000px;
    text-align: center;
    text-decoration: none;
    background: #f8f8f8;
    color: #292929;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 0;
}
 
.tabs_menu li:first-child a {
    border-left: 0;
}
 
.tabs_menu .active {
    background: #696969;
    color: #fff;
}

input[type="text"]{
   width:50px;
}