.contactus_info td {
	padding: 5px 0;
}

.contact_title {
	float: right;
	color: #333333;
	font-size: .9em;
	padding-right: 20px !important;
	text-align: right;
}

.contactus_table {
	width: 100%;
}

	.contact_form {
		width: 50%;
		height: 350px;
		vertical-align: top;
	}
	
		.contact_form label {
			text-align: right;
			margin-right: 20px;
			display: block;
			width: 60px;
			float: left;
		}

		.contact_form input {
			float: left;
			width: 319px;
		}
		
		.contact_form textarea {
			float: left;
			height: 220px;
			width: 400px;
			margin-bottom: 10px;
		}
		
		.submit input {
			width: auto;
		}

	.map {
		width: 50%;
		height: 350px;
		background-color: #cccccc;
	}

.form_error {
padding: 5px; 
color: red;
font-style: italic;
}

#newsletter {
 						width: auto;
}

.newsletter_signup {
 width: 100%;
 float: left;
 margin-bottom: 20px;
}