.contactform {
	background-repeat: no-repeat;
	width: 475px;
	height: auto;
	padding: 2px;
	float: none;
	background-color: #E8E8FF;
}

input, select, checkbox, textarea {
	background-color: #A4BFEE;
	border: thin solid #003366;
	margin: 5px;
}
.button {
	background-color: #CCCCCC;
}

input:focus, select:focus, heckbox:focus, textarea:focus {
	color: #000000;
	background-color: #EAF1FF;
}
.button {
	background-color: #CCCCCC;
}
