﻿/* cmdline and 'position:fixed' emulation */

#cmdline
{
    border-top: solid 2px #00cc00;
    border-bottom: solid 0px #00ff00;
    background-color: #009900;
    position: fixed;
    bottom: 0;
    left: 0; /* background:transparent url(images/catfish-tile.gif) repeat-x left bottom; */
    padding: 0; /* height: 12px; */ /* includes transparent part */
    cursor: pointer;
    margin: 0;
    width: 100%;
}
/*
html
{
    height: 100%;
    padding: 0 0 24px 0;
}
*/