	.btn
	{
		width: 22px; height: 22px;
		border: 1px solid
		buttonface; margin: 0; padding: 0;
	}
	.select
	{
		border: 1px solid
		buttonface; margin: 0; padding: 0;
		font-family:±¼¸²;font-size:9pt;
	}
	.btnOver
	{
		width: 22px; height: 22px;
		border: 1px solid;
	}
	.btnPressed
	{
		width: 22px; height: 22px;
		background-color: buttonhighlight;
		padding: 1px 0px 0px 1px;
		border: 1px solid;
		border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	}
	.btnDisabled
	{
		width: 22px; height: 22px;
		border: 1px solid buttonface; filter: alpha(opacity=25);
	}
	.selectDisabled
	{
		border: 1px solid buttonface; filter: alpha(opacity=25);
		font-family:±¼¸²;font-size:9pt;
	}

