
section.form-section{ display: none; }
section.form-section.current{ display: block; }

.section { padding: 0 0 30px; }
.section > h2 { margin: 0 0 .5em; font-size: 20px; }
div.loan-application > div { margin-bottom: 15px; }
div.loan-application > div label { display: block; font-weight: bold; font-size: 12px; }
div.loan-application > div label.inline { display: inline; font-weight: normal; font-size: 13px; }
div.radios div { float: left; margin-right: 20px; }
textarea { width: 100% }

label.required{ color: black!important;}
label.required:after { color: #990000; content: "  *"; font-weight: bold; }
.valid { color: green; }
.invalid { color: red; }

.serverResponse { background-color: #ffebe8; border: 1px solid red; margin: 15px 20px 20px; padding: 12px; }
.serverResponse p { color: #F00000; }
