body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h1 {
	margin: 15px 0;
	font-size: 26px;
}
h2 {
	font-size: 20px;	
}
h3 {
	margin: 15px 0;
}
p {
	font-size: 14px;
}
.w-30 {
	float: left;
	width: 25%;
	padding: 10px;
}
.w-70 {
	float: left;
	width: 65%;
	padding: 10px;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
label {
	font-size: 1.5em;
}
label.mandatory {
	color: #f00;
}
input, textarea {
	width: 100%;
}
textarea {
	height: 100px;
}
.static-page-container {
	width: 95%;
	margin: 0 auto;
	max-width: 100%;
}
.static-page-container .title {
	padding-top: 10px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #666;
}
.static-page-container .content {
	font-size: 13px;
	margin: 15px auto;
}
.static-page-container .subtitle {
	font-weight: bold;
	font-size: 16px;
	padding-bottom:1px;
}
.field-container, .captcha-container {
	clear: both;
}
.contactus-page {
	width: 800px;
	max-width: 80%;
}
.contact-form-table input[type="text"], .contact-form-table input[type="email"], .contact-form-table button {
	height: 32px;
	line-height: 32px;
	margin-bottom: 15px;
	padding: 0;
}
.contact-form-table button, .contact-form-table input[type="text"], .contact-form-table textarea {
	box-sizing: border-box;
}
.contact-form-table input[type="text"], .contact-form-table textarea  {
	text-indent: 10px;
}
.contact-form-table button {
	border-radius: 4px;
	width: 100px;
	margin-top: 20px;
}
.contact-form-table label {
	font-size: 16px;
}
.contact-form-table {
	width: 100%;
}
.contact-form-table textarea {
	margin-bottom: 20px;
	padding: 0;
	line-height: 30px;
}
@media (max-width: 400px) {
	.contactus-page {
		max-width: 100%;
	}
	.contact-form-table textarea {
		height: 120px;
	}
}