
#contactform {
  background: #eaeaea;
  border: 1px solid #cdcdcd;
  padding: 23px 25px 23px 29px;
}

#contactform span.required {
  color: red;
}

#contactform p {
  clear: both;
}

#contactform p label {
  display: block;
  float: left;
  font-weight: bold;
  padding-top: 1px;
  text-transform: uppercase;
  width: 112px;
}

#contactform p input.textbox, 
#contactform p textarea {
  border: 1px solid #cdcdcd;
  font-family: Arial, Helvetica;
  width: 257px;
}

#contactform input.button {
  background: #eee;
  border: none;
  color: #000;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

#contactform #contactform_submit {
  float: right;
}

#contactform #contactform_message {
  height: 133px; 
}
