.editable:hover    { background:#eee; }
.textarea textarea{ height:100%; height:100%; padding:3px; }
.editable-empty    { background:#fffea1; padding:20px; border:1px dashed #fc0; }

.statusbar
{
    position: fixed;
    bottom: 5px;
    left: 0px;
    right: 0px;
    height: 16px;
    padding: 5px;
    background: black;
    color: white;
    border: solid 1px lightgray;
    opacity: .70;
    filter: alpha(opacity="70");
    z-index: 200;
    overflow: hidden;
    overflow-y: auto; 
}

.statusbarhighlight
{ 
    font-weight: bold;
    background-color: khaki;
    color: Maroon;
    border: solid 1px silver;
}

.statusbar a
{
    color:white; 
    float: right;  
}
