.tagging-form p {
    visibility: hidden;
position:relative;
}

.tagging-form p :after {
                visibility: visible;
            position: absolute;
            top: 0;
            left: 0;
            content: "I recognize that my tagging suggestions may be rejected by site curators. I accept to free my contribution under the license CC ND NC.";
}

