input,textarea, select{
    background: white;
    border: 1px solid #5F4929;
    margin: 3px 0;
    padding: 3px 3px;
	height:auto;
	font-size:10px;
	font-family:Arial, Helvetica, Verdana;
	color:#5F4929;
}  

input{
height:10px;
}
select{
height:18px;
width:129px;
}
input:active, input:focus, input:hover { 
    background: #E8EBDF;
}
label {
    margin: 5px 0;
}