body { 
	background:#fff;
	font-family: Helvetica, Arial, sans-serif;
 }
 
form { max-width:320px;margin: 0px auto 15px; }

.feedback-input {
  color:#000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #f68121;
  padding: 8px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #febf19; }

.feedback-input.hasError{
	 border:2px solid #C30C0C;
}
.errorMessage{
    padding-top: 5px;
    font-size: 13px;
	color: #B00;
	margin-top:-16px;
	margin-bottom: 10px;
}
textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="button"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#f68121;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:4px;
  padding-bottom:4px;
  margin-top: 0px;
  font-weight:700;
}
[type="button"]:hover { background:#febf19; }

.poweredByMoreThanRewards{
	text-align:center;
	
}
.poweredByMoreThanRewards > a{
	color:#616161;
}
