.page-message {
  margin: 40px 0;
}
.page-message form label {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}
.page-message form .field-ctl {
  margin-bottom: 15px;
}
.page-message 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;
}
.page-message form .input-ctl:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
}
.page-message 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;
}
.page-message form #feedback:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #249cfd;
}
.page-message form .btn {
  display: inline-block;
  width: 160px;
  height: 34px;
  margin-left: 80px;
  line-height: 34px;
  text-align: center;
  background: #0267b9;
  color: #fff;
}

/*# sourceMappingURL=message.css.map */
