/* CSS Document */
#MailForm {
  width: 100%;
  
}

.MailLabel {
  float: left;
  background: transparent;
  width: 6em;
  height: 20px;
}

.MailField {
  float: left;
}

.MailField input {
  border: none;
  background: #e2e2e2;
  height: 20px;
  width: 11em;
}


.MailField textarea {
  border: none;
  background: #e2e2e2;
width: 450px;
}


.MailError {
  float: left;
  font-size: .7em;
  color: #ff0000;
  margin-left: .45em;
}

#MailSend {
  margin-top: 1em;
  text-align: center;
}

#MailSend input {

  border: none;
  width: 5em;
  height: 2em;
}


.MailField select {
border: none;
  background: #e2e2e2;
width: 11em;
}


#SenderName,
#SenderStreet,
#SenderZIP,
#SenderMail,
#Arrival,
#People,
#Location,
#MailSubject {
float: left;
width: 300px;
margin-bottom: 5px;
}

#SenderSurname,
#SenderCITY,
#SenderTelephone,
#SenderDeparture {
float: left;
width: 300px;
}

#MailSend input {
border: 1px solid #000000;
}
