
form.f {
  font-family: Arial, Helvetica, sans-serif;
}

.f input {
  width: 200px;
  border: #ddd solid 1px;
  padding: 4px;
  font-size: 0.875em;

}

.f textarea {
  width: 600px;
  border: #ddd solid 1px;
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
}

.f select {
  width: 208px;
  border: #ddd solid 1px;
  font-size: 0.875em;
  margin: 0 4px 0 0;
}

.f input.submit {
  color:#231f20;
  cursor:pointer;
  display:block;
  font-size:0.875em;
  height:28px;
  line-height:28px;
  padding:0 10px;
  width:150px;
}

.f input:hover.submit {
  background-color: #d13f70;
}

/* Newsletter Signup */

.highlight-newsletter form.f {
  font-size: 0.75em;
}

.highlight-newsletter .f input {
  width: 150px;
}

.highlight-newsletter .f input.submit {
  color: #d13f70;
  padding: 0 10px;
  height: 20px;
  cursor: pointer;
  width: 100px;
  font-size: 1em;
  float: right;
  background: none;
  border: none;
  text-decoration: underline;
}

.highlight-newsletter .f input:hover.submit {
  color: #000;
}

.highlight-newsletter .f span.label label {
  display: block;
  width: 50px;
  float: left;
}