.form-sections{width: 600px; margin: 20px 30px 0 0;padding: 5px; border:1px solid #ccc;}
#eligibility{background:#fcfcfc; margin: auto;}
h1, h2, h3 {
	font: 14px normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	color: #222;
}
strong.red {
	color:#F33; 
	font-size: 10pt;
}
label {
	display:inline-block;
	width:300px;
	font-weight:700;
}
input {
	padding:2px 5px;
	margin:5px 0px;
	width:175px;
	height:20px;
}
#btn_calc{
	height:23px;
	width: 87px;
	padding:2px 5px;
	margin:5px 0px 0 130px;
}

textarea {
	height:75px;
	padding:5px;
	width:175px;
}
.buttons {
	margin-top:15px;
}
#errors {
	float:left;
	height:25px;
	margin-top:10px;
}
.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel, .selectRequiredState .formLabel, .selectInvalidState .formLabel, .textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel, .textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel {
	color:#CC3333;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .radioRequiredState .radioRequiredMsg {
	background-image:url('/images/buttons/cross.png');
	background-repeat:no-repeat;
	border:0 none;
	font-size:11px;
	margin-left:4px;
	padding-left:22px;
}
.validMsg {
	display:none;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	width:16px;
}
.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg {
	display:inline;
}
.notes {
background-color:#FFFFE1;
border:1px solid #666666;
color:#666666;
font-size:92%;
margin:15px;
padding:15px;
}	
.eligibility-form select {
	background-color:#FFFFFF;
	border:1px solid #B1B1BC;
	color:#000000;
	font-family:helvetica;
	font-size:small;
	padding:5px;
	width:100px;
	height: 30px;
}

