input, textarea, select{
	width:200px;
	border:1px solid #4A3817;
}

input.button{
	width:100px;
	background-color:#E2D7C4;	
}

#products input, input.sml{
	width:50px;
}

input.check{
	width:15px;
	border:0;
}

table td.label{
	font-weight: bold;
	color: #4A3817;
	width:150px;
}

/*
#products .product input, #products .product-details input{
	width:30px;
}

.submitButton {
	width:100px;
	font-size:8pt; 
	background-color:E2D7C4;
	color:4A3817;
	border: medium solid #4A3817;
	border-width: 1px;
	height:19px;
}

.smlButton{
	width:50px;
}

.textBox {
	height:19px;
	border: medium solid #4A3817;
	border-width: 1px;
}

.textinput{
	border:1px solid #cfbfa2;
}
*/