/*
-----------------------------------------------
Term Life Insure - Base Styles
Version:  Dec. 7, 2006
----------------------------------------------- */
/* Change Log:
Created Dec. 7, 2006

modified page divs (added _form) so form will stretch across the page instead of having empty space on the right
Jan 9, 2007: add div for steps on Intelliquote form, added styles for select inputs (cz)
----------------------------------------------- */
/* FORMS 
----------------------------------------------- */
form { 
font-size: 13px;
margin: 0; 
}
fieldset {
border: none;
padding: 0;
margin-top: 10px;
}
.form_style {
border:1px solid #B5D66F;
width: 99%;
}
.even { 
text-align:left;
background-color: #E6F5CF; 
}
.odd { 
text-align:left;
background-color: #fff; 
}
.form_style th {
background:#B5D66F;
}
.existing_error {
color: #911;
}

#form h1.home, #form h2 {
text-align:center;
}

#form select {
font-size: 13px;
color: #676767; 

}

#steps {
padding: 10px 0px 10px 200px;
}

/*BG IMAGES --------------------------------------------------*/
#page_form {
background:#fff url("images/bg_pg_content_form.gif") no-repeat top;
margin:0 auto;
padding-top:20px;
width: 780px;
text-align:left;
z-index:1;
}
#page-a_form {
background:url("images/bg_page_right.gif") repeat-y right top;
width:780px;
z-index:1;

}
#page-b_form {
background:url("images/bg_page_bot_form.gif") no-repeat bottom;
padding-bottom: 22px;
width:780px;
z-index:1;
}
/* END BG IMAGES -----------------------------------------------*/

.input3 {
	width:23px;
}

.input4 {
	width:36px;
}

/* Validation styles */

.validation-advice {
  color: #f00;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}

#advice-loanform p {
	margin: 1ex 0 1em;
}

.displaynone
{
  display:none;
}