#email {
  margin-top: 30px;
  text-align: center;
}

#email input, #email select, #email textarea, #email button {
	border-width: 1px;
  background-color: white;
  border-style: solid;
  border-color: silver;
  font-size: x-small;
}

#email input, #email select, #email textarea {
  width: 100%;
}

#email textarea {
  height: 100px;
}

#email img {
  border: none;
}

#email table {
  width: 90%;
}

#email table th {
  text-align: left;
  width: 30%;
  font-size: 11px;
}

#email table td {
  text-align: left;
  width: 60%;
}

div.error {
  text-align: center;
  color: red;
  font-weight: bold;
}

div.vporadku {
  text-align: center;
  color: rgb(0,204,0);
  font-weight: bold;
}