/**
 *  Senior Tax Work-off Program application
 *
 *  https: //www.springfield-ma.gov/hhs/elderaffairs/senior-tax-work-off
 */
#seniorTaxWorkOffProgramApplicationEnglish-1061 .control-label,
#seniorTaxWorkOffProgramApplicationSpanish-1060 .control-label {
	float: none;
	width: 100%;
}

#seniorTaxWorkOffProgramApplicationEnglish-1061 .form-control,
#seniorTaxWorkOffProgramApplicationSpanish-1060 .form-control {
	width: 100%;
}

#seniorTaxWorkOffProgramApplicationEnglish-1061 button,
#seniorTaxWorkOffProgramApplicationSpanish-1060 button {
	width: 100%;
	padding: 6px;
	margin-bottom: 12px;
	font-size: 1.5em;
	background-color: #990000;
	color: #ffffff;
	border: none;
	border-radius: 5px;
}

#seniorTaxWorkOffProgramApplicationEnglish-1061 button:hover,
#seniorTaxWorkOffProgramApplicationEnglish-1061 button:active,
#seniorTaxWorkOffProgramApplicationSpanish-1060 button:hover,
#seniorTaxWorkOffProgramApplicationSpanish-1060 button:active {
	background-color: #830000;
	color: #f0ffff;
}

.help-block {
	color: #990000;
	font-weight: bold;
}

/**
 *  
 * 
 *  
 */
#dEASurvey-1066 .input {
	margin-top: 10px;
}

#dEASurvey-1066 .control-label {
	float: none;
	width: 100%;
}

#dEASurvey-1066 .form-control {
	width: 100%;
}

#dEASurvey-1066 .checkbox {
	margin-top: 10px;
}

#dEASurvey-1066 button {
	width: 100%;
	padding: 6px;
	margin-bottom: 12px;
	font-size: 1.5em;
	background-color: #990000;
	color: #ffffff;
	border: none;
	border-radius: 5px;
}

#dEASurvey-1066 button:hover,
#dEASurvey-1066 button:active {
	background-color: #830000;
	color: #f0ffff;
}

#dEASurvey-1066 .required {
	color: #990000;
	font-weight: bold;
	font-size: large;
}