/* Form */
form {
	font-family:Helvetica, Arial, sans-serif;
	padding:10px;
	font-size:10pt;
	font-weight:normal;
	color: #203165;
}
	
form p {
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}
	
input.text {
	width:130px;
	height:auto;
	font-size:12px;
}

select {
	width:130px;
	height:auto;
	font-size:12px;
}
	
input.submit {
	height:auto;
	width:auto;
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
	font-size:12px;
}

.even {background-color:#e5e1e1;}

.odd  {background-color:#fff;}

#sidebar img {
	margin:-15px 0pt 0pt 7px;
}

/* form */
#form-wrapper{
	background-color: #fff;
	border: 1px solid #bdbdbd;
	position: relative;
	top: -20px;
	left: 8px;
	width: 560px;
}

#health-form{
	position: relative;
	font-size: 10pt;
	background-color: #fff;
	margin: 0px;
}

.form-table{
	width: 560px;
	position: relative;
	left: -10px;
	top: -10px;
}
 
#health-form table table{
	width: 525px;
}

#health-form th {
  color: #203165;
  font-size: 9pt;
}

#health-form .header{
	background-color: #9c0003;
}

#health-form .header h3{
	color: #fafafa;
	text-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#health-form select{
	width: 40px;
}

.title, .formField {
  text-align: left;
} 

.dob-mm-dd{
	width: 20px;
}
.dob-yyyy{
	width: 35px;
}

#insured1_current_medications_detail_row td table{
	width: 525px;
}
#pre_existing_conditions_row td table{
	width: 525px;
}

#quotebox-fields #for_wants_email div{
	position: relative;
	top: 10px;
	left: 25px;
  width: 150px;
} 

#quotebox-fields #for_wants_health_insurance div{
	position: relative;
	left: 25px;
  width: 150px;
} 

#quotebox-fields input.submit{
	background-color: #eeeeee;
	border: 0px solid #eeeeee;
}

#quotebox-fields dd {margin-left:10px; padding:0px;}

.health-form-submit{
	cursor:pointer;
	border:outset 1px #dddddd;
	background:#999999;
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size: 22px;
	font-weight:bold;
	padding: 1px 2px;
	background:url("../images/submit_background.gif") repeat-x left top;
	width: 200px;
	height: 45px;
}

/* drop shadow */
#health-form .drop-shadow{
	float:middle;
	clear:left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 200px;
	padding: 0px;
}

#health-form .inner-box{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:0px;
	margin: 0px 0px 0px 0px;
	height: 44px;
}
#health-form .inner-box input{
	position:relative;
	left: -2px;
	top: -1px;
}

.inner-box{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

/* form validations *//* Validation styles */
.error {
  font-size: 12px;
  color: #e50004;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
  padding-top: 2px;
  font-size: 12px;
}

#pre_existing_conditions_error {
  font-size: 12px;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}

#quotebox-fields .error{
  width: 170px;
}

label.error {
  color: #e50004;
  font-size: 12px;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}

.form-consent {
font-size:9px;
line-height:12px !important;
margin:4px 5px auto;
width:500px;
}