/* Generic Form Styles */
.standardForm					{ width:480px; float:left; }
.standardForm fieldset				{ border:0; margin:0; padding:0; }
.standardForm fieldset.fsInlineRadio		{ padding:10px 0 0 5px; }
.standardForm input, .standardForm select, 
.standardForm textarea, .standardForm label	{ float:left; margin-top:5px; }
.standardForm input				{ width:200px; }
.standardForm textarea				{ width:300px; height:100px; }
.standardForm label				{ width:100px; text-align:left; margin-right:10px; color:#167fc1; font-weight:normal; font-size:.9em; }
.standardForm br 				{ clear:left; }
.standardForm span.required			{ margin-left:6px; }
.standardForm input.btnSubmit			{ width:auto; margin-right:15px; color:#000000; }
.standardForm input.CCdate			{ width:15px; float:left; }
.standardForm span.CCDateDivider		{ float:left; margin:8px 5px 0 5px; }
.standardForm span.fieldPrefix			{ float:left; margin:8px 5px 0 5px; }
.standardForm label.DonateLabel			{ color:#194284; font-weight:bold; line-height:160%; width:auto; font-size:12px; }
.standardForm input.DonateInput			{ margin-top:6px; font-size:12px; color:#000000; width:70px; }			
.standardForm .checkBox input			{ width:auto; margin:8px 10px 0 110px; }			
.standardForm .checkBoxLabel			{ width:300px; margin-right:10px; color:#000000; font-size:.9em; }
/*.standardForm .checkBoxLabel 			{ width:auto; margin-right:10px; color:#000000; font-size:.9em; }*/

