form br {
	clear: left;
}

form {
	margin: 0;
	padding: 0;
}

.submit {
	background-color: #bcdfd7;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	width: 5em;
	margin-left: 75px;
	display: inline;
}

input, textarea, select {
	display: block;
	width: 360px;
	float: left;
	margin-bottom: 4px;
	border: 1px solid #bddeef;
	background-color: white;
}

select {
	width: 363px;
}

label {
	float: left;
	text-align: right;
	width: 60px;
	padding-right: 15px;
	font-weight: bold;
}

#contactForm {
	border: 1px solid #bddeef;
	background: #eee url(../images/contact/strip.jpg);
	padding: 20px 20px 0px 20px;
}

input:focus, option:focus, textarea:focus, select:focus {
	background-color: #e8f3f9;
}

#formInfo {
	margin-bottom: 20px;
}
