An extension to add CSS classes to Silverstripe forms to "play nicer" with Twitter Bootstrap, mostly by adding the form-control bootstrap CSS classes to form elements (input, dropdown, submit etc).
Since we're exporting class names, there's no reason to export only one. This can give us some really useful reuse of styles: .globalButtonStyle { background: white; border: 1px solid; border-radius: ...