
DIV#inlineediticon
{
    width:26px;
    border:0;
    position:fixed;
    bottom:0;
    right:0;
}

IFRAME#inlineeditbar
{
    height:30px;
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    border:0;
    overflow:hidden;
}

DIV.EditFrameTools
{
    position:absolute;
    top:0;
    right:0;
}

DIV.editable
{
    position:relative;
    display:inline-block;
    border:1px solid rgba(255,255,255,0);
}

DIV.editing
{
    position:relative;
    display:inline-block;
    border:1px solid rgba(255,255,255,0.5);
}
