@charset "utf-8";
table {
	border: 1px solid #780F20;
}
.table_header {
	background-color: #E9E6DD;
}
.contact_form_hold {
	clear: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(../images/image_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact_form_field_hold {
	width: 100%;
	clear: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.contact_form_text {
	float: left;
	width: 100px;
}
.contact_form_input {
	float: left;
	width: 200px;
}


.form_hold {
	clear: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(../images/image_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.form_field_hold {
	width: 100%;
	clear: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.form_text {
	float: left;
	width: 100px;
}
.form_input {
	float: left;
	width: 200px;
}
