/*
 * Form, input defenitions
 */
input, select, textarea {
  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: 0; width: auto; height: auto; background: inherit; margin: 2px; }

button {
  height: 22px;
  line-height: 15px;
  background: #DAD9DD url(../images/background.button.gif) repeat-x top left;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #98989B;
  border-left: 1px solid #C1C0C2;
  color: #333;
  cursor: pointer;
  margin: 2px;
}

input.login_input {	width: 170px; }

