.form2 {
  margin-left: 15px;
}

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

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

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

.form2_right_column {
  padding: 15px;
}