html,body{ width: 100%; height: 100%; float: left; margin: 0; padding: 0; background-color: #fff; } h1{ font-size: revert !important; font-weight: bold !important; margin: revert !important; } #titleDiv{ width: 100%; height: 5%; float: left; } #btnDiv{ width: 100%; height: 5%; float: left; border-bottom: #007DDB solid 1px; } #companyDiv{ width: 100%; height: 89.5%; float: left; display: block; } #userDiv{ width: 100%; height: 80%; float: left; display: none; } #title{ width: 100%; height: 100%; float: left; text-align: center; } #companyBtnDiv{ width: 50%; height: 100%; float: left; } #companyBtn{ width: 100%; height: 100%; text-align: center; color: #000000; border: 0; border-style: none; outline: none; font-size: 18px; background-color: transparent; border-bottom: #007DDB solid 2px; cursor:default; } #userBtnDiv{ width: 50%; height: 100%; float: left; } #userBtn{ width: 100%; height: 100%; text-align: center; color: #000000; border: 0; border-style: none; outline: none; font-size: 18px; background-color: transparent; cursor:default; } #companyForm{ width: 80%; height: 100%; margin-left: 10%; } #companyTable{ width: 100%; height: 100%; } .td_left{ width: 25%; text-align: right; } .td_right{ width: 75%; } .td_right_tips{ width: 75%; font-size: 20px; font-weight: bold; color: #0078AD; } .tips{ width: 75%; text-align: center; color: red; } #companySubmitBtn{ width: 100%; height: 100%; border: 0; color: #fff; font-size: 20px; background-color: #00BFBF; cursor:default; } #companyTable input{ width: 99%; height: 95%; } #companyTable span{ color: red; } #companyTable select{ width: 99%; height: 100%; } #userForm{ width: 80%; height: 100%; margin-left: 10%; } #userTable{ width: 100%; height: 100%; } #userSubmitBtn{ width: 100%; height: 70%; border: 0; color: #fff; font-size: 20px; background-color: #00BFBF; cursor:default; } #userTable input[type="text"]{ width: 99%; height: 50%; } #userTable input[type="checkbox"]{ width: 5%; height: 25%; } #userTable select{ width: 99%; height: 50%; } #userTable span{ color: red; } #msg{ width: 7%; height: 2%; color: #999999; margin-top: -2.2%; margin-left: 51%; position: absolute; display: block; text-decoration: none; } #proTr,#subTr{ display: none; } #orgContent{ background-color: floralwhite; overflow: auto; height: 220px; }