BODY { font-family: arial; font-size: 10pt; } TR { font-size: 10pt } .box{ position: relative; height: 15%; width: 30%; font-family: tahoma; font-size: 8pt; } .box#content { width: 95%; height: 95%; border: 1px solid teal; position: relative; top: 0; left: 0; z-index: 1; background-color: white; overflow: auto; } .box#shadow { width: 95%; height: 95%; position: absolute; top: 5px; left: 3px; border: 1px solid black; background-color: black; z-index: 0; } .sh { width: 100%; height: 10%; background-color: orange; font-weight: bold; color: white; text-align: right; } .sc { margin-left: 3px; width: 99%; height: 89%; overflow: auto; }