input[type="text"], input[type="password"], textarea {
	color: black;
	background-color: #eee;
	margin: 0.25em 0;
	font-size: 8pt;
	font-weight: normal;
	border: #c6c6c6 1px solid;
}

input[type="text"]:focus, textarea:focus {
	background-color: #fff133;
}

#contact {
	background: url(pattern.jpg) no-repeat;
	height: 546px;
	margin: 40px 0 0 8px;
}
