html, body, iframe { width: 100%; height: 100%; border: 0px; margin: 0px; } div.sidebar_layer { position:absolute; top: 0; left: 0; height: 100%; width: 15px; background-color:gray; } div.control_layer { position:absolute; bottom:0; background-color:gray; height:45px; width:100%; float: left; } div.ie_layer { position:absolute; bottom: -1px; background-color:gray; height:45px; width:100%; float: left; } object { display: block;} #btnQuestion { font-size: 18px; margin-top: 3px; margin-right: 15px; float: right; } .tooltip{ text-align: center; color: black; display: none; position: absolute; } .tooltip .text{ background-color: black; color:white; margin-top: -15px; } .tooltip .arrow {margin-bottom: 8px;margin-top: -5px;} input[type="button"] { -webkit-appearance: square-button; }