#content table#contact-info {
	width: 500px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 30px;
}
#content table#contact-info tr th {
	text-align: left;
	font-weight: bold;	
	padding-bottom: 5px;
	font-size: 18px;
}
#content table#contact-info tr th.center {
	text-align: center;
}
#content table#contact-info tr td {
	text-align: left;
	padding: inherit;
	padding-bottom: 20px;
	width: inherit;
	line-height: 20px;
}
#content table#contact-form {
	width: inherit;
	margin-right: auto;
	margin-left: auto;	
	border: 1px solid #C7DFE7;
	background: #EDEDED;
}
#content table#contact-form tr td {
	text-align: left;
	line-height: 20px;
	vertical-align: top;
	padding: inherit;
	padding-left: 10px;
	padding-top: 10px;
	width: 200px;
	line-height: 20px;
}
input.submit {
	background: none repeat scroll 0 0 #143D55;
	border: 1px solid #20638A;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 25px;
	margin-bottom: 10px;
}
textarea#cu_comments {
	margin-right: 10px;	
}
