input[type=text] {
	width: 250px;
	padding: 3px;
	margin-bottom: 5px;
	background-color: #e9e9e9;
	border: 0;
	
	font-family: Verdana;
	font-size: 12px;
}

textarea {
	width: 250px;
	padding: 3px;
	margin-bottom: 5px;
	background-color: #e9e9e9;
	border: 0;
	
	font-family: Verdana;
	font-size: 12px;
}