.cedit[contenteditable^="t"]
{   /* white-space: pre-wrap;  */
    border: thin dashed blue;
}

.cedit[contenteditable^="t"] *:hover
{   color: blue  }

.cedit[contenteditable^="f"] {   border: 0   }

.cedit[contenteditable^="t"] img
{   border: thin blue dashed; }

.cedit[contenteditable^="t"] img:hover
{   border: thin blue solid; }

div.rtedit 
{   display: inline-block;  margin-top: 0px;  
    color: black; font-weight: bold; 
    margin-bottom: 1em;
}

div.rtedit form { display: inline;  }

iframe.imgform
{  display: none; position: relative; 
   top: 10px; width: 450px;
   overflow: auto;
}
