#hp-quickinq {
	background: #29B473;
	padding: 20px;
}
#hp-quickinq h2 {
	text-align: center;
	color: #fff;
}
#hp-quickinq form input {
	margin-bottom: 0px;
}
#hp-quickinq form input, #hp-quickinq form textarea {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #979797;
}
#hp-qinq-btn {
	background: url(../images/btn-bg.png) repeat-x;
	background-size: 100% 40px;
	width: 100%;
	height: 40px;
	margin: 0px auto !important;
	padding: 0px;
	border: 1px solid #979797 !important;
	display: block;
}
.formMessage-qinq {
  display: none;
  margin-bottom: 0.5rem; }
  
  #formError-qinq, #formOk-qinq, #formPleaseWait-qinq {
  padding: 1rem;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }
  #formError-qinq h2, #formOk-qinq h2, #formPleaseWait-qinq h2 {
    font-size: 1.25em;
    margin-bottom: 0.5rem; }
  #formError-qinq p, #formOk-qinq p, #formPleaseWait-qinq p {
    line-height: 1 !important;
    color: #000;
    margin-bottom: 0.8rem; text-align: center; }
    #formError-qinq p.retryFormSubmit, #formOk-qinq p.retryFormSubmit, #formPleaseWait-qinq p.retryFormSubmit {
      cursor: pointer;
      color: red;
      font-size: 0.8rem;
      font-weight: 400;
      text-decoration: underline;
      margin-bottom: 0; }

#formError-qinq {
  background: #fff;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 102, 0, 0.4); }
  #formError-qinq h2 {
    color: #F60; }

#formOk-qinq {
  background: #fff;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 153, 51, 0.4); }
  #formOk-qinq h2 {
    color: #093; }

#formPleaseWait-qinq {
  background: #fff;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(153, 204, 0, 0.4); }
  #formPleaseWait-qinq h2 {
    color: #9C0; }

