/* 
 * Form, input defenitions
 */
input, select, textarea, button {
  width: 200px;
  padding: 2px;
  margin: 2px;
}

input.button, button { width: auto; }
input.mail { background: url(../images/contact.gif) no-repeat 2px 50%; border: 0; width: 150px; display: block; height: 50px; font-size: 13px; line-height: 50px; padding: 3px 3px 3px 80px; color: #003366; cursor: pointer; }
input.mail:hover { background-color: #CFAE74; }

textarea { height: 150px; }
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%; }
