.placeholder-label > label {
	display:none !important;
}
footer .widget li.placeholder-label {
    border: none;
}
.widget form.quick-message input, .widget form.quick-message textarea {
  background: none repeat scroll 0 0 #363636;
  border: 1px solid #4d4e4d;
  color: #d7d7d7;
  float: left;
  font-family: open sans;
  font-size: 12px;
  height: 44px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 6px;
}

.widget form.quick-message textarea {
  border-radius: 3px;
  min-height: 100px;
  width: auto !important;
  min-width: 99.2%;
  height: auto !important;
}

.widget form.quick-message input[type="submit"]:hover {
  padding: 5px 40px;
}

.widget form.quick-message input[type="submit"] {
  border: 0 none;
  border-radius: 3px;
  color: #e9e9e9;
  float: left;
  font-family: open sans;
  font-size: 12px;
  height: auto;
  line-height: 23px;
  margin-top: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
  width: auto;
  background-color:#006633;
}

.gform_wrapper form.quick-message .gform_footer {
  padding: 0px 0 10px;
}