/* GENERIC FORM STYLING */
div.field {
  margin-bottom: 15px;
  clear: both;
}
div.field label {
  display: block;
  font-size: 14px;
}

div.field input,
div.field textarea {
  border: 1px solid #c7c7c7;
  font-size: 14px;
  width: 330px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background-color: white;
}

div.field .message {
  font-size: 12px;
  color: red;
  margin: 10px 0 15px 0;
}

form#ContactForm_ContactForm input.action {
  background: url(../images/buttons/btn_send.jpg) no-repeat 0 0 #ffffff;
  height: 41px;
  width: 185px;
  border: 0;
}

form#ContactForm_ContactForm input.action:hover {
  background-position: bottom center;
}
