td {
	vertical-align:top;
}

.left_table_column {
	width: 80px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	letter-spacing: 0.1em;
}

.contact_form {
	border-color: #BCB5A2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.input_field_wide {
	width: 250px;
}

.input_field_short {
	width: 60px;
}

.input_field_middle {
	width: 190px;
}

.text_area_middle {
	width: 250px;
	height: 100px;
}

.contact_intro_text {
	float: left;
	padding-left: 105px;
	width: 250px;
}

.contact_error_text {
	margin-left: 90px;
	margin-top: 30px;
	width: 250px;
	padding: 10px;
	margin-bottom: 10px;
	background: #FDEBEB;
	border: #F7CFC1;
	border-width: 2px;
	border-style: dotted;
}

.contact_title {
	padding-left: 105px;
}

.input_label {
	text-transform: uppercase;
	font-size: 10px;
	color: #808080;
	letter-spacing: 1px;
	width: 100px;
	margin-bottom: 10px;
	float: left;
}

.input_checkbox {
	margin-top: 8px;
	float: left;
}

.checkbox_label {
	font-size: 11px;
	color: #808080;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

.form_buttonbar {
	padding-left: 105px;
	padding-top: 10px;
	background-color: #E9F2FB;
	height: 30px;
}

.formbutton_send {
	width: 100px;
}


