.layer_container {position: fixed;display: none;width: 100%; height: 100%; z-index: 3}
.layer_container .outer {display: table; width: 100%; height: 100%;}
.layer_container .inner {display: table-cell; vertical-align: middle;}

.view_table_box { width:627px; padding:10px; margin-bottom:15px; border:1px solid #e3e3e3; float:left; height:100px; overflow:hidden; }
.view_table_textarea { width:627px; padding:10px; margin-bottom:15px; border:1px solid #e3e3e3; float:left; height:100px; overflow-y:scroll; }

.view_table_box2 { width:627px; padding:10px; margin-bottom:15px; border:1px solid #e3e3e3; float:left; height:100px; background:#f3f9fa; overflow:hidden; }
.view_table_textarea2 { width:627px; padding:10px; margin-bottom:15px; border:1px solid #e3e3e3; float:left; height:100px; background:#f3f9fa; overflow-y:scroll; }

.ui-resizable-s { border-bottom: 2px solid orange; }