.labelInline {
  margin-left: 10px;
}

div#interested .checkBox {
  margin-left: 60px;
}

#insured_info, #claims, #boatlosses_text {
  display: none;
}

.input input:focus, textarea:focus {
  background-color: #fdffd0;
}

.red {
 color: red;
}

.input {
  margin-bottom: 8px;
}

.label {
  float: left;
  width: 300px;
}

.error {
  background:#FBE3E4 none repeat scroll 0 0;
  border-color:#FBC2C4;
  color:#8A1F11;
}

.error, .notice, .success {
  border:2px solid #DDDDDD;
  margin-bottom:1em;
  padding:0.8em;
}

.checkInterested {
  width: 150px;
  float: left;
  margin-bottom: 20px;
}
#interested {
  float: left;
  clear: right;
}