form border styles not honored in webclient?

Hi,

I am using a style to give a little spacing for a table view form that I show in a tab panel. The style is simple:

form.tab
{
background-color: #FFFFFF;
border-style: solid;
border-color: #FFFFFF;
border-width: 15px 15px 15px 15px;
}

In the smart client, I get what I want:

[attachment=1]smartclient.PNG[/attachment]

but not in the web client:

[attachment=0]webclient.PNG[/attachment]

I have something related to these screenshots.

The font-type of the text in the tabs and the columnheaders is also not respected!
(from what I can see, the smartclient is Tahoma, and the webclient is Verdana??)

We see this in our solution also.

Can this also be done by changing something in the stylesheet?
If not I will fill in a case…

This was fixed, but only in Servoy 4.2. There would be many changes to merge back into Servoy 4.1, so the fix will stay only in 4.2.