.container_body_content_contact_us_form {
	width: 100%;
	text-align: left;

}

.container_body_content_contact_us_name {
	font-family:  Arial, Verdana, sans-serif ;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
	vertical-align: top;

}

.container_body_content_contact_us_email {
	font-family:  Arial, Verdana, sans-serif ;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
	vertical-align: top;

}

.container_body_content_contact_us_body {
	font-family:  Arial, Verdana, sans-serif ;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
	vertical-align: top;

}

input.container_body_content_contact_us_name {
	width: 300px;

}

input.container_body_content_contact_us_email {
	width: 300px;

}

textarea.container_body_content_contact_us_body {
	width: 300px;
	height: 100px;

}