Salve, qualcuno saprebebe aiutarmi a capire perchè ricevo quest'errore nella validazione XHTML 1.o strict ?

//////--------

Error Line 25 column 55: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.

<input type="hidden" name="item_name" value="test" />

//////--------

In rosso è segnato l'ultimo '>'

Quel campo input è correttamente inserito dentro una "form" la quale a sua volta dentro un <div> </div>

Grazie anticipatamente.