/* 
 * Form, input defenitions
 */
input, select, textarea, button {
  margin: 2px;
	font-size: 	11px;
	background: #FFFFFF;
	color: #000000;
  border: 1px solid white;
}

input, select, textarea { width: 200px;	}

textarea { height: 150px; }

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

input.button, button {
  text-align: center;
  color: #222222;
  font-size: 10px;
  font-weight: bold;
  background: black url('../images/button_large.gif');
  border: 0px;
  width: 120px;
  height: 21px;
  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%; }
