.breadcrumbs {
  margin-bottom: 25px;
  border-bottom: solid 1px #000;
  padding: 0 20px 8px 20px;
}
.breadcrumbs .l h3 {
  font-size: 16px;
}
.breadcrumbs .l h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs .r {
  color: #585858;
  font-size: 12px;
}
.breadcrumbs .r span {
  margin: 0 4px;
}
#message {
  margin: 40px 0;
}
#message .wrapper {
  padding: 0 10px;
}
#message .content {
  margin-top: 35px;
}
#message .content form label {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}
#message .content form .field-ctl {
  margin-bottom: 15px;
}
#message .content form .input-ctl {
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  text-indent: 15px;
  width: 300px;
}
#message .content form .input-ctl:focus {
  outline: 0;
  border-color: #09366b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #217fec;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #217fec;
}
#message .content form #feedback {
  height: 120px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  width: 400px;
  border-radius: 5px;
  text-indent: 15px;
}
#message .content form #feedback:focus {
  outline: 0;
  border-color: #09366b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #217fec;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #217fec;
}
#message .content form .btn {
  display: inline-block;
  width: 160px;
  height: 34px;
  margin-left: 80px;
  line-height: 34px;
  text-align: center;
  background: #0d4e9a;
  color: #fff;
}

/*# sourceMappingURL=message.css.map */
