.ctct-custom-form{
  padding: 0 40px 40px!important;
  min-width: 220px !important;
}
.ctct-custom-form h2{
  margin: 50px auto!important;
  text-align: center;
  color: #5b5b5b!important;
  font-weight: normal!important;
  font-family: 'Roboto Condensed';
  font-size: 24px!important;
}
.ctct-custom-form label{
  border-bottom-width: 1px;
  padding-bottom: 5px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  box-shadow: 0 2px 0px #f3f3f3;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.ctct-custom-form select{
  border-radius: 4px!important;
  color: #8891a6!important;
}
.ctct-custom-form .ctct-form-footer{
  font-size: 14px!important;
  color: #636363;
  margin-top: 20px;
  padding-top: 10px!important;
  border-top: 2px solid #f3f3f3;
  box-shadow: 0 -1px 0px #cacaca;
}
.ctct-custom-form .ctct-form-footer a{
  font-size: 14px;
  color: #127cbd;
}
.ctct-custom-form .ctct-button{
  background: #eeba44!important; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fce490, #ebab33)!important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fce490, #ebab33)!important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fce490, #ebab33)!important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fce490, #ebab33)!important; /* Standard syntax (must be last) */
  font-size: 20px!important;
  text-shadow: 2px -2px #7f6628!important;
  font-family: 'Roboto Condensed'!important;
  border: 1px solid #c7a136!important;
  border-radius: 4px!important;
}
.ctct-embed-signup img{
  margin: 0 auto!important;
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.ctct-embed-signup #success_message{
  padding: 40px!important;
  font-size: 18px!important;
}
.ctct-custom-form input[type="text"]{
  color: #8891a6!important;
}

