/*
 * Form, input defenitions
 */
input, select, textarea, button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 	11px;
  background: #FFFFFF;
  color: #000000;
  margin: 1px;
}

textarea {
  height: 150px;
}

input.checkbox, input.radio {
  border: 0px;
  width: 20px;
  vertical-align: middle;
}

input.button, button {
  width: auto;
  color: #FFFFFF;
  margin: 1px;
  padding: 3px;
  margin-top: 9px;
  /* filter: none; */
  background: #E81717;
  border: 1px #B80B0B solid;
  cursor: pointer;
}

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%;
}
