.form1 {
  margin-left: 15px;
}

.form1_input {
  background: transparent;
  border: 0px;
  border-bottom: 2px dotted #333366;
  color: #CC6600;
  font-family: verdana;
  font-size: 23px;
  width: 455px;
}

.form1_textarea{
  background: #fafafa;
  border: 1px dotted #333366;
  color: #CC6600;
  font-family: verdana;
  font-size: 23px;
  width: 500px;
  height: 150px;
  padding: 5px;
}

.form1_radio {
  width: 25px;
}

.form1_select {
  color: #CC6600;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

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

.form1_left_column {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  width: 150px;
}

.form1_right_column {
  padding: 15px;
}

.form1_right_column_info {
  font-family: tahoma;
  font-size: 11px;
  color: gray;
  padding: 4px;
}

.form1_info {
  font-weight: normal;
  color: gray;
  text-decoration: none;
  font-family: verdana;
  font-size: 10px;
}