/* @override http://comparativeagility.dev/stylesheets/forms.css */

fieldset { margin-bottom: 1.5em; }

.field { clear: left; padding: .25em 0 0 1em; }

	.field label { float: left; width: 25%; line-height: 1.5; vertical-align: top; font-weight: bold; color: #444; }
        .field label.collector_field { width: 10%}
	.field label.full { width: 97%; display: block; }
	.field input { line-height: 1.25; vertical-align: top; }
	
	.field .text_field { font-size: .9285em; color: #276276; width: 70%;}
	.field input.short { width: 10%; }
	.field input.long { width: 70%; }
	.field input.full { width: 97%; }
	
	
.fieldgroup { clear: left; margin-bottom: .5em; }

	.fieldgroup .label { display: block; font-weight: bold; color: #444; }
	.fieldgroup .field { margin-left: 0; }
	.fieldgroup .field label { float: none; font-weight: normal; }
	
.fieldgroup.two_col .field { float: left; clear: none; width: 40%; }

.form_hint { font-size: .785em; color: #839da4; }

.submit_button { vertical-align: middle; margin-right: 5px;}