div.outerbox table.innerbox{
    width:800px;
}
div.outerbox table.innerbox tr>td:nth-child(2){
    width:260px;    
}
div.outerbox table.innerbox input[type="text"],
div.outerbox table.innerbox textarea{
    width:100%;
}
div.outerbox table.innerbox textarea{
    height:3.5rem;
    min-height:3.5rem;
    max-height:8rem;
    resize: vertical;
}
div.outerbox table.innerbox tr>td>div:not(:last-child){
    margin-bottom:0.2rem;
}