.form3 {
  margin-left: 15px;
}

.form3_input {
  background: white;
  border: 1px dotted #333366;
  color: #CC6600;
  font-family: verdana;
  font-size: 23px;
  width: 200px;
}

.form3_submit {
  background: #F2B14F;
  border: 2px solid #FF9400;
  font-family: tahoma;
  font-size: 17px;
  color: #C10000;
  cursor: pointer;
}

.form3_textarea {
  width: 550px;
  height: 30px;
  border: 1px solid gray;
  overflow: auto;
  color: gray;
}

.form3_left_column {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  padding: 15px;
}

.form3_right_column {
  padding: 15px;
}