#lfmConsole {
    position: absolute;
    position: fixed;
    z-index: 99999;
    top: 50px;
    right: 50px;
    padding: 5px 5px 18px 5px;
    width: 30em;
    -webkit-box-shadow: 0 5px 10px #000;
    -webkit-border-radius: 5px;
    -webkit-user-drag: element;
    background: url("../../../../../flatness/console.png") transparent;
    font-family: monospace;
    color: #fff;
    text-shadow: 0 2px 2px #000;
    font-size: 12px;
    cursor: move;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=4);
    overflow: hidden;
}

* html #lfmConsole {
    position: absolute;
    top: expression((50 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
    right: expression((50 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
}

#lfmConsole .wrapper {
    overflow: auto;
}

#lfmConsole ul li {
    border-top: dashed 1px #333;
    padding-top: 5px;
    margin-bottom: 5px;
}

#lfmConsole ul li.first {
    border: 0;
}

#lfmConsole #lfmConsoleResizeHandle {
    background: url("../../../../../flatness/resize.png") left top no-repeat transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: se-resize;
}

* html #lfmConsole #lfmConsoleResizeHandle {
    background: url("../../../../../flatness/console_resize.gif") left top no-repeat transparent;
    bottom: -5px;
    right: -5px;
}

#lfmConsole #lfmConsoleTip {
    position: absolute;
    left: 5px;
    bottom: 0;
    color: #999;
    font-size: 9px;
    line-height: 12px;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    height: 18px;
    overflow: hidden;
}

* html #lfmConsole #lfmConsoleTip {
    position: absolute;
    left: 5px;
    bottom: -5px;
}