#floatingflash { position:absolute; display: block; } a#hideButton { /* Display property is changed to from 'none' to 'block' upon triggering the 'showHideButtonIfAdScheduled()' function */ display: none; float: right; height: 16px; border: 1px solid #000000; /* black */ padding-top: 1px; padding-right: 8px; padding-bottom: 1px; padding-left: 5px; color: #000000; background-color:#CCCCCC; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: 600; text-decoration: none; text-align: left; } a#hideButton:hover { color: #2080AF; background-color:#CCCCCC; } #hideButtonTab { width: 100%; position: absolute; top: -18px; }