table{
  border: 1px solid silver;
  padding: 20px;
}

input {
  background: #6c7170;;
  width: 100px;
  height: 25px;
  border: none;
  margin: none;
}


textarea{
  width: 600px;
  height: 300px;
  background-color: #e2e2e2;
  border: none;
  padding: 10px;
}

input[type="text"]{
  background-color: #e2e2e2;
  border: none;
  width: 300px;
  height: 20px;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 14px;
}

input[type="submit"]{
  color: white;
}