/* form validations *//* Validation styles */
.error {
  font-size: 1em;
  color: #f00;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}
#pre_existing_conditions_error {
  font-size: 1em;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
  color: #012C64;
}

#pre_existing_conditions_row div#pre_existing_conditions_error.error{
  color: #f00;	
}

label.error {
  color: #f00;
  font-size: 1em;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}

/* layout */

body	{
	background:#f7faff;
	margin:0;
	padding:0;
}

#content	{
	font-size:inherit;
	padding-bottom:0px;
}

#wrapper	{
	width:100%;
	margin:0 auto;}

#logo	{
	width:100%;
	background:#fff;
	border-bottom:6px #DBEBFF solid;
}

	
#center-form	{ 
	padding: 0px 0px 40px 10px;
	margin-top: 0;
}

.holygrail {
	background:#F7FAFF;    	/* Right column background colour */
}

.holygrail .colleft {
	background:#F7FAFF;  
}


table#formsizer td {
	text-align:center;
	padding:0;
	border:1px solid #c8d0da;
	vertical-align:middle;
	height:25px;
}

#formsizer a 	{
	text-decoration:none; 
	color:#666;}
	
	
#formsizer .formsizer-a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:10px;
}

#formsizer a.ul	{
	text-decoration:underline; }
	
table#formsizer {
	width:85px;
	float:right;
	margin:0 20px 20px 20px;
	font-size:12px;
	height:15px;
	line-height:9px;
	border:1px solid #c8d0da;
	text-align:center;
	border-collapse:collapse;
}

.flogo {border:#C8D0DA solid 1px;
		margin:0 5px;}

table#formsizer td {
	height:10px;
}

td.bg {width:60px;}

td.big-text { width:120px; }

/* form */

label, input, select	{ 
	color:#012c64;
	font-size:1em;}


#health-form	{ 
	margin-top:10px;
	padding-left:30px;}


#health-form th {
  color: #012c64;
  text-align: center;}


#health-form table td {
  padding: 5px;
	vertical-align: top;}


.title, .formField {
  text-align: left;} 


td.right	{text-align:right;}

#step-info {
  color: #E87608;
  font-size: 16px;
  text-align: center;
  padding: 4px 5px;
}



#required-text {
  color: #012c64;
  font-size: 1em;
  padding-left: 5px;
}

#form-labels {
  height: 25px;
  vertical-align: bottom;
}

.help-text {
  font-size: .85em;
}


.base,
#first_name,
#last_name,
#address1_street1,
#address1_street2,
#address1_city,
#email1	{ width:160px;	}

.dig-2,
#dob1_mm_on,
#dob1_dd_on { width:30px; }

.dig-3,
#phone1_area,
#phone1_exchange,
#phone2_area,
#phone2_exchange,
#insured1_weight { width:35px; }

.dig-4,
#phone1_station,
#phone2_station,
#dob1_yyyy_on	{ width:45px; }

#address1_zip	{ width:55px; }


#bot-nav	{
	padding:5px 0;
	text-align:center;
	}
	
#disclaimer	{
	width:56%;
	margin:0 auto;
	padding:10px 0 0 0;
}
	
#consent {
  width: 95%;
  margin: 4px auto 20px;
  font-size: 0.95em;
  text-align: center;
}