﻿#sasform {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3e3e40;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  text-align: left;
}
td {
  padding: 10px;
}
td {
  border: 1px solid #aaa;
  text-align: right;
}
td + td {
  text-align: left;
}
.red {
  color: #c00;
}
.white {
  color: #fff;
}
td.absenden {
  text-align: center;
}
td.absenden input {
  margin: 0px 15px;
}
.email_ok {
  background-color: #eee;
  text-align: center;
}
input {
  background-color: #eee;
}
textarea {
  background-color: #eee;
  resize: none;
}