Hi Alex123,

as for the number I really have no clue, but must be in the fix from mikedeezy33, if he could point you into the right direction how he did in FAQ, should be same issue.

As for the texta area too long, you could change that in you stylesheet in line 84 it says

textarea (line 84)
{
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
display: block;
width: 95%;
}
just add

height: 25em;
after width. If it is still too long tha go less than 25em, if it is too short go more than 25em.

regards,
kruna