/* Overrides for built-in cforms CSS */

.cform {
  width: 100%;
}

.cform fieldset {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

.cform input {
  width: 250px;
}

.cform textarea {
  width: 400px;
}

.cform p.cf-sb {
  text-align: left;
}

.cform #sendbutton {
  color: #fff;
  background: #000;
  border: none;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 100px;
}

/* Hide undesired bits */

.cform legend,
.linklove {
  display: none;
}