/*
 * Form, input defenitions
 */
input, select, textarea, button {
  margin: 2px;
	font-size: 	11px;
	background: #FFFFFF;
	color: #000000;
	border-left: #959fb1 1px solid;
  border-right: #d6dae1 1px solid;
	border-top: #959fb1 1px solid;
	border-bottom: #d6dae1 1px solid;
}

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: white;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  border: 1px outset #fff;
  width: auto;
  height: auto;
  cursor: pointer;
  background: url( ../images/menugradient.jpg ) repeat-x;
}

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%; }
select.day    { width: 40px; }
select.month  { width: 90px; }
select.year   { width: 52px; }
input.people  { width: 20px;font-size:10px; }
