/* CSS Document */

#contact { margin: 0 auto; }

#tableForm {
	padding: 12px 6px;
	color: #000;
	background: #BDC7CB;
}
#tableForm p {
	font-size: 125%;
	font-weight: normal;
	line-height: 125%;
}
#tableForm td {
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
}
input, textarea {
	padding: .2em; 
	background: #FFF5F2;
	color: #00392D;
}

#tableForm, input, textarea {
	border-top: 1px solid #BDD2CA;
	border-right: 1px solid #007058;
	border-bottom: 1px solid #007058;
	border-left: 1px solid #BDD2CA;
}
.send {
	background: #7D9AA5;
	color: #FFF5F2;
	padding: .2em .7em;
}
.divider {
	padding-top: 0px;
	border-bottom: 1px solid #00425A;
}
/* makes form input transparent in left column */
 .col2 input {
 	background: none;
	border: none;
}
