/*
 * contact.css
 */


div.form {
	width:600px;
}


/*sprite map for the submit button*/
.spritemap input, .spritemap a {
	background-image:url(/images/spritemap_forms.png) !important;
	border:medium none;
	cursor:pointer;
	float:left;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
#contact_submit_button {
	background: none no-repeat scroll -0 -0 transparent;
	width:120px;
	height:46px;
}

#spritemap_link_continue-to-contact {
	background: none no-repeat scroll -5px -54px transparent;
	width:110px;	
	height:41px;
	margin:0 auto;
}
#spritemap_link_continue-to-loan {
	background: none no-repeat scroll -5px -102px transparent;
	width:146px;	
	height:76px;
	margin:0 auto;
}
#above_form .spritemap {
	width:110px;
	margin:0 auto;
}
#above_form {
	
	margin:0 0 10px 0;
}

#below_form .spritemap {
	width:146px;
	margin:0 auto;
}
#below_form {
	
	margin:10px 0 10px 0;
}

#after_submit .spritemap {
	width:146px;
	margin:0 auto;
}
#after_submit {
	
	margin:10px 0 10px 0;
}

.contact_submit_row {
	width:120px;
	margin:0 auto;
	clear:both;
}

.form h1 {margin:0;padding:0;}
.form h1, #after_submit h1 {
	color:#876b3c;
	font-size:36px;
	font-family:Impact,Verdana,sans-serif;
	font-weight:normal;
	letter-spacing:1px;

}
.form h3 {margin:0;padding:0;}
.form h3 {
	padding:2px 0 2px 10px;
	margin:20px 0 20px 0;
	background:#876b3c;
	color:#FFF;
	font-size:16px;
	font-family:Impact,Verdana,sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	clear:both;
}


.form .form_row {
	clear:both;
	min-height:20px;
	margin:0 0 10px 0;
}

.form .form_label {
	float:left;
	width:175px;
	text-align:left;
	font-weight:bold;
}
.form .form_input {
	float:left;
}


.form #label_instructions {
	text-align:left;
	margin:0 0 20px 0;
	width:100%;
}

.form .form_input .type_textbox  {
	width:265px;
	margin:0;
	padding:0;
	border: 1px solid #CCC;
}
.form .form_input .type_textarea  {
	width:265px;
	height:100px;
	margin:0;
	padding:0;
	border: 1px solid #CCC;
}


/* tell marriage status radio labels and inputs to not float.*/
#label_marriage_status {
	float:none;
	width:100%;
}
#input_marriage_status {
	float:none;
	width:100%;
}

/* CB tell marriage status radio labels and inputs to not float.*/
#label_cb_marriage_status {
	float:none;
	width:100%;
}
#input_cb_marriage_status {
	float:none;
	width:100%;
}

.type_radio {
	text-align:left;
}
/*tell list elements to chill out and not be all padded and stuff*/
.form ul li {
	list-style:none;
	margin:0; padding:0;
}


/*tell dependents to be a long label and short text*/
#label_dependents_how_many_and_ages {
	width:240px;
}
#input_dependents_how_many_and_ages .type_textbox {
	width:200px;
}


/* CB tell dependents to be a long label and short text*/
#label_cb_dependents_how_many_and_ages {
	width:240px;
}
#input_cb_dependents_how_many_and_ages .type_textbox {
	width:200px;
}

/* present address owner */
#label_present_address_owner {
	float:none;
	width:100%;
}
#input_present_address_owner {
	float:none;
	width:100%;
}

/* CB present address owner */
#label_cb_present_address_owner {
	float:none;
	width:100%;
}
#input_cb_present_address_owner {
	float:none;
	width:100%;
}

/* former address owner */
#label_former_address_owner {
	float:none;
	width:100%;
}
#input_former_address_owner {
	float:none;
	width:100%;
}
#label_former_address_owner_2 {
	float:none;
	width:100%;
}
#input_former_address_owner_2 {
	float:none;
	width:100%;
}

/* CB former address owner */
#label_cb_former_address_owner {
	float:none;
	width:100%;
}
#input_cb_former_address_owner {
	float:none;
	width:100%;
}
#label_cb_former_address_owner_2 {
	float:none;
	width:100%;
}
#input_cb_former_address_owner_2 {
	float:none;
	width:100%;
}

/*Front End*/
label {
	/*text-align:right;*/
	float:left;
	width:240px;
	font-size:12px;
	font-weight:bold;
	display:block;
}
/*
input,select{
	float:right; 
	margin-right:20px;
}
*/
.clear {
	clear:both;
	height:10px;
}

fieldset {
	width:100%;
}

input {
	font-size:12px;
}
.note{
	display:inline;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc no-repeat -10px 5px;
	color:#000000;

}
/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 */
* html .note { 
	position:relative; 
	margin-right:-400px;
	margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc no-repeat -10px 5px;
	color:#000000;
}
	
	

/* Backend */
table.log {
	background-color: #EEEECC;
	margin-bottom: 10px;
	width : 100%;
}
table.log th {
	background-color: #BBBBBB;
	text-align: left;
	padding: 3px;
	font-size: 16px;
}
table.log td {
	padding: 5px;
}




.listing {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E7E7E7;
	color: #5B5B5B;
	empty-cells: show;
	font-size: 11px;
}
.listing td, th {	padding: 4px; }
.listing thead th { text-align: center; background: #F5F5F5; color: #666; border: 1px solid #FFF; text-transform:uppercase; }
.listing thead th a { color: #D0A600; }
.listing tbody th { font-weight: bold; }
.listing tbody tr	{ background-color:#FFF; text-align:left; }
.listing tbody tr.odd 	{ background: #EEEEEE; border-top:1px solid #FFF; }
.listing tbody th a:link, tbody th a:visited { color:#96D030; padding:3px 0px 0px 18px; }
.listing tr td { padding-top: 2px; padding-bottom: 2px; background: #FFF; border: 1px solid #FFF; }
.listing tbody tr.odd td{
	background-color: #EEEEEE;
	border-top:1px solid #FFF;
	font-weight: bold;
}
.listing tbody td a:link, table td a:visited { color: #1975D7; text-decoration: none; }
#field_options {
	margin: 0px;
	margin-bottom: 1em;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
#field_options li {
	margin: 0px;
	margin-top: 4px;
	width: 50em;
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #aaa;
	background-color: #eee;
}

#field_options {
	font-size: 80%;
	border: 1px solid black;
}
#field_options th {
	background-color: #8B2323;
	color: white;
	padding: 1px;
	font-weight: bold;
}
#field_options_results {
	font-size: 80%;
	border: 1px solid black;
}
#field_options_results th {
	margin: 0px;
	padding: 0px;
	background-color: #8B2323;
	color: white;
	font-weight: bold;
}
#field_options_results td {
	margin-top: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	height: 10px;
}
#field_options_results tr {
	margin-top: 10px;
}
#field_options_results table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#field_options_bar td {
	padding: 0px;
	margin: 0px;
}




