input.flat {
	border: 1px solid black;
	width: 50px;
}

input.search {
	border-color: #666699;
	border-width: 1px;
	border-style: solid;
	width: 200px;
}

select.standard {
	width: 300px;
}
input {
	width: 300px;
}	

textarea { 
	background-color: #fff; 
	border: 1px solid 00f; 
}
		

