body.frm	{ background-color:buttonface;
			  margin-top:4; margin-left:4; margin-right:4; margin-bottom:4;	// form }

input		{ font-family:Tahoma; font-size:8pt; }
select		{ font-family:Tahoma; font-size:8pt; }
textarea	{ font-family:Tahoma; font-size:8pt; }

input.b		{ width:60;	// button }
table.fix	{ table-layout:fixed; }
frame.br	{ border-right:1 solid buttonshadow; }
frame.bb	{ border-bottom:1 solid buttonshadow; }
tr.a		{ background-color:scrollbar;	// alt-color }

.ro			{ background-color:buttonface;	// read-only }
.d			{ color:#CCCCCC;	// disabled (grayed) }
.fntV10		{ font-family:Verdana; font-size:10pt; }
.fntV8		{ font-family:Verdana; font-size:8pt; }
.fntT10		{ font-family:Tahoma; font-size:10pt; }
.fntT8		{ font-family:Tahoma; font-size:8pt; }
.ra			{ text-align:right;	// right-aligned }

