#userForm .formBody {
  width: 100%;
}
#userForm input,
#userForm textarea {
  width: 100%;
}
#userForm textarea {
  height: 100%;
}
#userForm button {
  background: #405da0;
  border: 0;
  color: #ffffff;
  padding: 10px;
}
#userForm button:hover {
  background: #31487c;
  color: #ffffff;
}
#userForm img {
  display: block;
  margin: 0 auto -15px;
}
#userForm.contact .formCaption2 {
  display: none;
}
#userForm.contact button {
  width: 100%;
}
#userForm.newsletter input {
  width: 100% !important;
}
#userForm.newsletter button {
  background: #009390;
  border: 0;
  color: #ffffff;
  padding: 8px 10px;
  width: 100%;
}
#userForm.newsletter button:hover {
  background: #00605e;
  color: #ffffff;
}
.t3-sidebar #userForm img {
  width: 100%;
}