/*tiny position.css file */

form.inplaceeditor-form {
            margin-top: 1em; float: left; position: relative; z-index: 1;                /* compensate strange 1em up-shift with switch to TinyMCE (only in Firefox) */
        }

form.inplacericheditor-form {
            margin-top: 1.5em; float: left; position: relative; z-index: 1;}
   
textarea.editor_field {
            display:none;                            /* needed to make the inPLace-Replacment-"flash" milder */
        }

