/* Body Properties */
body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 13px;
	line-height: 125%;
	_text-align: center; //For IE to center the table
}

/* Link Properties */
a:alink	{
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

/* Table Properties */
td {
	font-size: 11px;
}
table.form_header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
tr.form_header_row {

}
td.form_header_cell {
	padding: 0px;
	padding-left: 10px;
}
table.form_table {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
tr.form_row {
	
}
td.form_cell {
	padding: 1px;
	font-size: 11px;
}

td#form_header {
	font-weight: bold;
	text-align: left;
	color: #256FC4;
	padding-top:7px;
	line-height:18px;
	width: 100%;
}
td#form_submit {
	text-align: center;
}

/* Error Properties */
ul.form_error {
	margin-left: 0;
	padding-left: 0;
	margin-top: 3px;
	padding-top: 0px;
	list-style: none;
}
li.form_error {
	padding-left: 21px; /* Width of image + buffer px */
	background-image: url(/forms/images/error_16x16.gif);
	background-repeat: no-repeat;
	background-position: 0 0; /* First number is left, second is top */
	color: red;
	font-weight: bold;
	line-height: 16px;
}

/* Form Input Properties */
#state-question {
	font-weight: bold;
}
#state-answer {

}

#debt_type-question {
	font-weight: bold;
}
#debt_type-answer {
	font-weight: bold;
	line-height: 18px;
}
#debt_type-answer table {
	width: 100%;
}
#debt_type-answer td {
	width: 50%;
	font-weight: bold;
}

#debt_amount-question {
	font-weight: bold;
}
#debt_amount-answer {
	font-weight: bold;
	line-height: 18px;
}
#debt_amount-answer table {
	width: 100%;
}
#debt_amount-answer td {
	width: 50%;
	font-weight: bold;
}

#monthly_payments-question {
	font-weight: bold;
}
#monthly_payments-answer {
	font-weight: bold;
	line-height: 18px;
}
#monthly_payments-answer table {
	width: 100%;
}
#monthly_payments-answer td {
	width: 50%;
	font-weight: bold;
}

#payments_behind-question {
	font-weight: bold;
}
#payments_behind-answer {
	font-weight: bold;
	line-height: 18px;
}
#payments_behind-answer table {
	width: 100%;
}
#payments_behind-answer td {
	width: 50%;
	font-weight: bold;
}

#relief_options-question {
	font-weight: bold;
}
#relief_options-answer {
	font-weight: bold;
	line-height: 18px;
}
#relief_options-answer table {
	width: 100%;
	table-layout: fixed;
}
#relief_options-answer td {
	width: 50%;
	font-weight: bold;
}

#name-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
}
#name-answer {
	font-weight: bold;
}

#email-question-4 {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
}
#email-answer-4 {
	font-weight: bold;
}

#email-question-5 {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#email-answer-5 {
	font-weight: bold;
	padding-bottom: 10px;
}
#email-question-6 {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#email-answer-6 {
	font-weight: bold;
	padding-bottom: 10px;
}
#email-question-7 {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#email-answer-7 {
	font-weight: bold;
	padding-bottom: 10px;
}

#first_name-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#first_name-answer {
	font-weight: bold;
	padding-bottom: 10px;
}

#last_name-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#last_name-answer {
	font-weight: bold;
	padding-bottom: 10px;
}
#address-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#address-answer {
	font-weight: bold;
	padding-bottom: 10px;
}
#city-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#city-answer {
	font-weight: bold;
	padding-bottom: 10px;
}
#zip-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#zip-answer {
	font-weight: bold;
	padding-bottom: 10px;
}
#primary_phone-question {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#primary_phone-answer {
	padding-bottom: 10px;
}
#primary_phone-area {
	width: 3em;
}
#primary_phone-prefix {
	width: 3em;
}
#primary_phone-suffix {
	width: 4em;
}

#alternate_phone-question {
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	width: 120px;
	padding-bottom: 10px;
}
#alternate_phone-answer {
	padding-bottom: 10px;
}
#alternate_phone-area {
	width: 3em;
}
#alternate_phone-prefix {
	width: 3em;
}
#alternate_phone-suffix {
	width: 4em;
}

#best_time_to_call-question {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 10px;
}
#best_time_to_call-answer {
	font-weight: bold;
	padding-bottom: 15px;
}
/* Confirmation Properties */
table.form_confirmation {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.form_confirmation tr {

}
table.form_confirmation td {
	border: 1px solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
}

table#client_success {
	
}
table#client_success tr {

}
table#client_success td {
	
}

table#client_reject {
	
}
table#client_reject tr {

}
table#client_reject td {
	
}