html,body       { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }
*:focus         { outline: none; }

#sidebar        { position: absolute; top: 0; left: 0; padding: 4px 4px 4px 4px; color: #FFF; background-color: #000; width: auto; min-width: 150px; height: 100%; filter:alpha(opacity=75);-khtml-opacity:0.75;-moz-opacity:0.75;opacity:0.75; cursor: default; border-right: 2px solid #777; }
    #sidebar hr     { background-color: #CCC; color: #CCC; border: none; height: 2px; width: auto; }
    .txt            { width: 100px; height: 22px; background-color: #000; color: #FFF; border-width: 1px; font-weight: bold; }
    .btn            { width: 100px; height: 22px; background-color: #000; color: #CCC; border-width: 1px; }