#contact-post table {
	margin: 5px auto 5px;
	border-top: 1px solid #e0e0e0;
}
#contact-post th {
	background: #eee;
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #e0e0e0;
	width:100px;
}
#contact-post td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #e0e0e0;
}

#contact-post .form h2 {
	font-size:14px;
}
#contact-post .text {
}
#contact-post .zip {
}
#contact-post .textarea {
	height:300px;
}

#contact-post .button {
	background: #f5b611; 
	color:#fff;
	text-align:center;
	display:inline-block;
	padding: 3px 15px 0;
	margin: 5px 5px 0 0;
	width:40px;
	height: 25px;
	cursor:pointer;
}
#contact-post .button:hover {
	background: #999; 
	color:#fff;
}