#banner {
	height: 150px;
	background-image: url(/images/contact/banner.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#colContainer {
	padding-left: 50px;
}

#contactForm textarea {
	width: 100%;
}

.item {
	float: left;
	width: 200px;
	/*border: solid 1px #c85800;*/
	padding: 5px;
	margin: 5px;
}

.item h2,h3 {
	width: 100%;
	text-align: center;
}

.item .image {
	text-align: center;
	padding-top: 10px;
}

.item .image img {
	border: solid 1px #c85800;
}

.fieldError {
	color: red;
	baseline: middle;
}