
input, select, textarea  {
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin: 0;
	border: 1px solid #000;
	border-left: 2px solid #000;
}
input {
	padding: 2px;
}

input[type=submit] {
	background-color: #c00418;
	color: white;
	border: 1px solid #c00418;
	text-transform: uppercase;
}

 input[type=text]:focus,
 input[type=password]:focus,
select:focus,
textarea:focus {
	background-color: #ededed;
}
