body {
  margin: 0;
  padding: 0;
}

#header img { margin-left: 20px; }

#banner{
  width: 716px;
  margin: 15px auto 0;
  border-bottom: 2px solid #CFE0FC;
}

#banner img { padding-bottom: 8px; }

#health-insurance, #senior-health-form {
	width: 716px;
	margin: 20px auto;
	font-size: 12px;
}


/* Generic form rules */
#health-insurance h1, legend { display:none; }

input { text-align: left; padding: 2px 1px; }
input, select { color: #000571; border: 1px solid #276F9F; }
input[type="radio"], input[type="checkbox"], input[type="image"], input.nobdr { border: 0; }
input.nobdr { border: 0; }


/* Health Info rules */
#health-info td { text-align: center; vertical-align: top; }
#health-info th { text-align: center;}
#health-info .title { text-align: left; }
#CoverageInformation { margin-bottom: 40px; }

#additional-family td { text-align: left;}

.gender { width: 40px; }
.feet { width: 38px; }
.inches { width: 44px; }


/* Coverage Info rules */
#reqdate_mm_begin { width: 38px; }
#reqdate_dd_begin { width: 42px; }
#reqdate_yyyy_begin { width: 56px; }
#existing_carrier { width: 225px; }



#right_btn { float:right; }


#health-consent { margin-bottom: 20px; font-size: .9em; }



/*#health-insurance input, select{
   background-color: white;
   font-size:13px;
   color: #276F9F;
   border: 1px solid #276F9F;  
}*/
/*#gender1,#gender2,#gender3,#gender4,#gender5,#gender6,#gender7{
  width:40px;
  text-align: left;
}
#insured1_height_feet,#insured2_height_feet,#insured3_height_feet, #insured4_height_feet,#insured5_height_feet,#insured6_height_feet,#insured7_height_feet,
#insured1_height_inches,#insured2_height_inches,#insured3_height_inches, #insured4_height_inches,#insured5_height_inches,#insured6_height_inches,#insured7_height_inches
{
  width:40px;
  text-align: left;
}*/
/*#health-insurance input[type="radio"], #health-insurance input[type="checkbox"], #health-insurance input[type="image"]{
  border:none;
   background-color: white;
   color: #276F9F;
}*/
/*#health-insurance #submit{
  height: 100%;
}
#health-insurance fieldset{
  border: 0px transparent; 
}*/

/*input.bdr, input.text, input.textfield, input.title, textarea, select {
  border:1px solid #276F9F;
  color:#276F9F;
  font-size: 13px;
}*/
/*input, select, option, form, legend, label {
  color:#276F9F;
  text-align: left;
}
*/

/* Success,notice and error boxes
-------------------------------------------------------------- */
.error,
.notice,
.success {
padding: .1em;
margin-top: 2px;
border: 2px solid #ddd;
}
.error {
background: #FBE3E4;
color: #8a1f11;
border-color: #FBC2C4;
}
.notice {
background: #FFF6BF;
color: #514721;
border-color: #FFD324;
}
.success {
background: #E6EFC2;
color: #264409;
border-color: #C6D880;
}
.error a {
color: #8a1f11;
}
.notice a {
color: #514721;
}
.success a {
color: #264409;
}
.error,.validation-advice {
padding-top: 2px;
font-size: 12px;
color: #a00;
}