Ok,
Problem one solved.
Problem two is also solved.
I removed some lines because the joomla content pane had a fixed height and the form has scroll function enabled.
So change following:
div#aiContactSafe_mainbody_1 {
overflow:auto;
height:650px;
width:554px;
overflow-x:hidden;
overflow-y:auto;
font-style: normal;
font-weight: normal;
font-family: tahoma;
}
to
div#aiContactSafe_mainbody_1 {
width:554px;
font-style: normal;
font-weight: normal;
font-family: tahoma;
}
All solved and as a plus I can use this extension which I'm very happy with
Your the best Alex.
Thanks