.test{
    
}
.form-wrapper{
    border: 0px solid #FE9A2E;
    width:1000px;
    
    margin-left: auto;
    margin-right: auto;
    height:auto;
    float:left;
    display:block;
    background:#fff;
   
}
.main-wrapper{
    border: 0px solid #ccc;
    margin-left:auto;
    margin-right:auto;
    
    display:block; 
    width:1000px;
    
    height:auto;
    background:#fff;
    min-height: 600px;
}


.table-wrapper{
    border: 0px solid #FE9A2E;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    float:left;
    display:block;
    
    height:auto;
 
    background: #ffffff;
}


.ui-widget-header,.ui-state-default, ui-button{
    
    background:#FE9A2E;
    border: 1px solid #FE9A2E;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
 }
 .ui-button{
     width:100px;
 }
 .ui-widget, .ui-button-text {
    
    font-size: 14px;
    padding: 2px 2px 2px 2px;
 }
 .file-div{
    border: 1px solid #ccc;
    width:325px;
    height:200px;
    overflow-y:auto;
    margin:0px 5px 5px 0px;
    float:left;
    display:block;
    background-color:#fff;
   border-radius: 5px;
}
.file-div-title{
    width:100%;
    background-color:#ccc;
    font-size:14px;
    margin-top:0px;
}