table#lead-info th, table#about-info th, div#credit-application table th {
  text-align : right;
  vertical-align : top
}

table#lead-info td, table#about-info td, div#credit-application table td {
  padding-left : 10px;
  vertical-align : top;
  text-align : left
}

div.group {
  margin : 10px 5px;
  padding : 4px;
  border : 1px solid;
}

div.group .title {
  font-size : 1.5em;
  font-weight : 700;
  border-bottom : 1px solid;
  cursor : pointer;
}

div.group .body {
  padding : 4px;
}

div.group.collapsed .title {
  border : none;
}

div.group.collapsed .body {
  display : none;
}

div.group .end {
  clear : left;
}

div.field {
  float : left;
  margin : 0px 0px 10px 10px;
}

div.field .label {
  padding-left : 8px;
}

div.large {
  width : 99%;
}

div.break {
  clear : left;
}

div.label {
  font-size : 0.8em;
  font-weight : 700;
}

.fieldWithErrors {
  border : 2px solid red
}

div.fieldWithErrors {
  float : left;
  border : 2px solid red
}

span.attention {
  color : red
}