#contact-area {
	width: 560px;
	margin-top: 25px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 29px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area tr{
	padding: 10px 0px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #9bc9e8;
}

/*#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin: 0 6px 0 0;
}*/

#contact-area input.submit-button {
float: right;
margin: 0 5px 0 0;
	width: 15em;
padding: .5em;
color: #ffffff;
font-weight:bold;
text-shadow: 1px 1px 1px #000;
border: solid thin #5aa5e8;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .2em;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 2px #bbb;
background-color: #2077c5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#246fb2), to(#004d92),color-stop(0.4, #2077c5));
}

td.left {
	text-align: left;
	font-size: 1.4em;
	font-weight:bold;
}

#captcha-area {
	margin: 10px 0 10px 238px;
	
}

#contact-address h3{
	font-weight: bold;
	font-size: 1.4em;
}

#contact-address{
	float: right;
	text-align: right;
	font-size: 1.1em;
	margin: 25px 0 0 0;
	border: 1px solid #c7c7c7;
	background: #838383;
	color: white;
	padding: 10px 10px 20px 0;
	width: 260px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	}