#loan_form {
	font-family: Arial, sans-serif;
	width: 480px;
	background: #ffffff;
	left: 40px;
	padding: 1em;
	color: #000000;
	top: 20px;
	position: relative;
}

#loan_form label {
	font-family: Arial, sans-serif;
}

input:focus, 
textarea:focus {
	background: #ffc;
}

#contact_information input,
#property_location input {
	position: absolute;
	left: 17em;
}

#loan_form fieldset fieldset {
	padding-bottom: 1em !important;
	padding-bottom: 2em;
}

form h2,
legend {
	background: #026797;
	color: #ffffff;
	padding: 0.2em 0.5em;
	font-size: 100%;
	font-weight: bold;
}

legend {
	padding-right: 14em;
}

fieldset fieldset legend {
	background: transparent;
	color: #000000;
	padding-right: 0.5em;
}

fieldset {
	background: #eee;
	margin-top: 1em;
}

fieldset fieldset {
	background: #ddd;
	margin-top: 0em;
}

label:after {
	/*content: ":";*/
}

#legal_address,
#property_info {
	width: 43.5%;
	float: left;
}

#expenses fieldset {
	width: 25%;
	float: left;
	padding-left: 1.2em;
	margin-right: 0 !important;
	margin-right: 1em;
}

#expenses fieldset p {
	padding: 0;
}

fieldset#new_loan_info,
fieldset#comments {
	padding-left: 2em;
}

fieldset#new_loan_info p,
fieldset#comments p {
	padding-left: 0;
}
