<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* dsp_addcustomer.css - Fine-tune the default SBA class names for dsp_addcustomer.cfm's special needs. */

.formlabel
	{
	/*
	Because of the extra width of Name (which includes middle name instead of middle initial, and also a suffix with a long 
	explanation), reduce formlabel to roughly 25% of MSIE's AppData width at 1024x768 (786px): So 786 / 4 = 196.5px. Then 
	round up to 200px. Since formdata as no default width, it will adapt automatically. So just this one change is enough: 
	*/
	width:												200px;
	}
</pre></body></html>