#body td.content {
	width: 33%;
	padding: 0px 5px;
}

div.thumbnail {
	border: 1px solid #C0C0C0;
}

#contact-form {
	padding: 10px;
}

#contact-form table.layout {
	width: 100%;
}

#contact-form table.layout td.x-spacer, #contact-form table.layout td.x-spacer img {
	width: 9px;
}

#contact-form table.layout td.y-spacer, #contact-form table.layout td.y-spacer img {
	height: 9px;
}

#contact-form .gray-box.gradient {
	vertical-align: middle;
}

/* Input Item Styling */

input.name, input.company, input.email {
	width: 194px;
	margin-left: 20px;
	margin-bottom: 2px;
	border: 1px solid #7F9DB9;
	background-color: white;
}

input.street {
	width: 300px;
	margin-bottom: 2px;
	border: 1px solid #7F9DB9;
	background-color: white;
}
input.city {
	width: 100px;
	border: 1px solid #7F9DB9;
	background-color: white;
}
input.state {
	width: 40px;
	border: 1px solid #7F9DB9;
	background-color: white;
}
input.zip {
	width: 80px;
	border: 1px solid #7F9DB9;
	background-color: white;
}

textarea.message {
	width: 350px;
	height: 200px;
	border: 1px solid #7F9DB9;
	background-color: white;
}

input.send {
	float: right;
	margin-top: 10px;
}
