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

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

textarea { height: 150px; }

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

input.button, button {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #222222;
  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%; }


.addTips textarea,
.addTips input.button,
.addTips input { width: 240px; }
.addTips input.checkbox, .addTips input.radio { 
	border: 0px;
	width: 20px;
}
.addTips td.date select          { width: 40px; }
.addTips td.date select.month    { width: 80px; }
.addTips td.date select.year     { width: 60px; }

