/*
 * Form, input defenitions
 */
input, select, textarea, button {}
input, select, textarea { width: 200px;	margin: 2px; }
textarea { height: 150px; }
input.checkbox, input.radio {
  vertical-align: middle;
  width: auto;
  height: auto;
}

input.button, button {
  width: auto;
  height: auto;
}

input.login_input {	width: 170px; }

select.date_year,
select.date_month,
select.date_day,
select.time_second,
select.time_minute,
select.time_hour { width: 16%; }
