.contact_content .submit_btn {
}
.contact_content .submit_btn{
	display: block;	padding: 3px;
	width: 60px;	height: auto;
	background-color: #6D7D8A;	
	border-left: 1px solid #577EA6;	border-right: 1px solid #324965;	border-top: 1px solid #577EA6;
	border-bottom: 1px solid #324965 !important;
	text-decoration: none;	text-align: center;	font-weight: bold;
	margin: 0 auto;	color: White;
}
.contact_content .submit_btn:link, .contact_content .submit_btn:visited {
color: White;
}
.contact_content .submit_btn:hover {
color: #C7CB87;
background-color: #496170;
}
.contact_content textarea {
	overflow-x: hidden;	overflow-y: auto;
	width: 98%;	height: 90px;
	border-left: 1px solid #9BA049;	border-right: 1px solid #7A7E34;
	border-top: 1px solid #9BA049;	border-bottom: 1px solid #7A7E34;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;	color: #62727D;
	background-color: #FFF;
}
.contact_content table p {
	font-size: 0.95em;	text-align: right;
	letter-spacing: -0.01em;	line-height: 1.5em;
	padding: 0px 5px 0px 5px;
}
