margins for burrons not working

Hi,

When I set margins for a buttons through styles it’s not working

The other property like color is working

button.listtitle
{
	color: #000000;
	border-style: none; 
	font: bold 12pt "Arial, Helvetica, sans-serif"; 
	margin: 5px 5px 5px 5px;
}

When I removed the method from the button it then behaves like a label which is fine. I then created a same style in label as

label.listtitle
{
	color: #000000;
	border-style: none; 
	font: bold 12pt "Arial, Helvetica, sans-serif"; 
	margin: 5px 5px 5px 5px;
}

it shows the label with margin.

I remember it worked previously. Now all my buttons dont have any margin when I set through styles..

Thanks for your help

I copy pasted your listtitle setting and it works ok. (2.2rc3)
Did you check if the margin property of the button element itself is set ot DEFAULT ?
What OS system are you using?
What Look and Feel are you using?
Do you experience same when setting to another L&F?
What’s the exact size of your button?