/* CSS Document */
#MailForm {
  width: 750px;
  
}

.MailFormHeader {

margin-bottom: 20px;
}

.MailLabel {
  float: left;
  background: transparent;
  width: 10em;
  font-size: .85em; 
}

.MailLabel span {
color: red;
}

.MailField {
  float: left;
}

.MailField input, textarea {
  border: none;
}


.MailError {
  float: left;
  font-size: .7em;
  color: #ff0000;
  margin-left: .45em;
}

#MailSend {
  margin-top: 1em;
  text-align: center;
}

#MailSend input {
float: left;
  border: 1px solid #000000;
  width: 5em;
  height: 2em;
  background: #f2f2f2;
margin-left: 15em;
}

#captcha_left span {
color: red;
}